IIXC_Page::Width Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(9 intermediate revisions by 3 users not shown)
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#Properties|Width|property}}
{{ToWrite}}
+
{{ToReview}}
+
  
Property '''Width''' of interface [[PXV:IIXC_Page|IIXC_Page]] returns Value of ULONG ...
+
Property '''nWidth''' of the [[PXV:IIXC_Page|IIXC_Page]] interface returns the width of the page in pixels into a specified variable.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Width([out, retval]  ULONG*  pWidth);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Width([out, retval]  ULONG*  nWidth);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IIXC_Page|IIXC_Page]].
+
[[PXV:IIXC_Page|IIXC_Page]]

Latest revision as of 03:17, 15 June 2015

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

Syntax

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

See Also

IIXC_Page