IIXC_Page::DpiY Property

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

Latest revision as of 03:17, 15 June 2015

Property DpiY of interface IIXC_Page returns the Vertical resolution of the page.

Syntax

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

See Also

IIXC_Page