IPXC_PageRenderParams::PageViewBox 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_PageViewBox([out, retval]  PXC_BoxType*  nBoxType);
+
<pre class="brush:cpp;gutter:false">HRESULT get_PageViewBox([out, retval]  PXC_BoxType*  BoxType);
HRESULT put_PageViewBox([in]  PXC_BoxType  nBoxType);
+
HRESULT put_PageViewBox([in]  PXC_BoxType  BoxType);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_PageRenderParams|IPXC_PageRenderParams]]
 
[[PXV:IPXC_PageRenderParams|IPXC_PageRenderParams]]

Revision as of 07:09, 12 June 2015


Property PageViewBox of interface IPXC_PageRenderParams returns/sets Value of PXC_BoxType ...

Syntax

HRESULT get_PageViewBox([out, retval]  PXC_BoxType*  BoxType);
HRESULT put_PageViewBox([in]  PXC_BoxType  BoxType);

See Also

IPXC_PageRenderParams