IUIX_ImageData::Height Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Height([out, retval]  LONG*  nHeight);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Height([out, retval]  LONG*  Height);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_ImageData|IUIX_ImageData]]
 
[[PXV:IUIX_ImageData|IUIX_ImageData]]

Revision as of 07:50, 12 June 2015


Property Height of interface IUIX_ImageData returns Value of LONG ...

Syntax

HRESULT get_Height([out, retval]  LONG*  Height);

See Also

IUIX_ImageData