IIXC_Page::Width Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IIXC_Page::Width Property}}
 
{{#customTitle:IIXC_Page::Width Property}}
 
{{#parentPage:PXV:IIXC_Page|Width Property|property}}
 
{{#parentPage:PXV:IIXC_Page|Width Property|property}}
 
  
 
Property '''Width''' of the [[PXV:IIXC_Page|IIXC_Page]] interface returns the width of the page in pixels into a specified variable.
 
Property '''Width''' of the [[PXV:IIXC_Page|IIXC_Page]] interface returns the width of the page in pixels into a specified variable.
Line 11: Line 11:
  
 
== See Also ==
 
== See Also ==
:[[PXV:IIXC_Page|IIXC_Page]].
 

Revision as of 04:51, 20 May 2015

Property Width of the IIXC_Page interface returns the width of the page in pixels into a specified variable.

Syntax

HRESULT get_Width([out, retval]  ULONG*  pWidth);

See Also