IPXC_Image::Width 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_Width([out, retval]  ULONG*  pWidth);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Width([out, retval]  ULONG*  nWidth);
 
</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 Width of interface IPXC_Image returns Value of ULONG ...

Syntax

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

See Also

IPXC_Image