IPXC_Image::Height Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Image::Height Property}}
 
{{#customTitle:IPXC_Image::Height Property}}
{{#parentPage:PXV:IPXC_Image|Height Property|property}}
+
{{#parentPage:PXV:IPXC_Image#Properties|Height|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Height([out, retval]  ULONG*  pHeight);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Height([out, retval]  ULONG*  nHeight);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_Image|IPXC_Image]].
+
[[PXV:IPXC_Image|IPXC_Image]]

Latest revision as of 11:48, 11 January 2016


Property Height of interface IPXC_Image returns Value of ULONG ...

Syntax

HRESULT get_Height([out, retval]  ULONG*  nHeight);

See Also

IPXC_Image