IIXC_Page::DpiX Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IIXC_Page::DpiX Property}}
 
{{#customTitle:IIXC_Page::DpiX Property}}
{{#parentPage:PXV:IIXC_Page|DpiX Property|property}}
+
{{#parentPage:PXV:IIXC_Page#Properties|DpiX|property}}
 
+
  
 
Property '''DpiX''' of interface [[PXV:IIXC_Page|IIXC_Page]] returns the Horizontal resolution of the page.
 
Property '''DpiX''' of interface [[PXV:IIXC_Page|IIXC_Page]] returns the Horizontal resolution of the page.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_DpiX([out, retval]  ULONG*  pDpi);
+
<pre class="brush:cpp;gutter:false">HRESULT get_DpiX([out, retval]  ULONG*  nDpi);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
:[[PXV:IIXC_Page|IIXC_Page]].
+
[[PXV:IIXC_Page|IIXC_Page]]

Latest revision as of 03:17, 15 June 2015

Property DpiX of interface IIXC_Page returns the Horizontal resolution of the page.

Syntax

HRESULT get_DpiX([out, retval]  ULONG*  nDpi);

See Also

IIXC_Page