IPXC_StampInfo::ArtBox 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_ArtBox([out, retval]  PXC_Rect*  stArtBox);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ArtBox([out, retval]  PXC_Rect*  ArtBox);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_StampInfo|IPXC_StampInfo]]
 
[[PXV:IPXC_StampInfo|IPXC_StampInfo]]

Revision as of 07:13, 12 June 2015


Property ArtBox of interface IPXC_StampInfo returns Value of PXC_Rect ...

Syntax

HRESULT get_ArtBox([out, retval]  PXC_Rect*  ArtBox);

See Also

IPXC_StampInfo