IPXC_PageRenderParams::PageViewBox Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_PageRenderParams::PageViewBox Property}}
 
{{#customTitle:IPXC_PageRenderParams::PageViewBox Property}}
 +
{{#parentPage:PXV:IPXC_PageRenderParams#Properties|PageViewBox|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''PageViewBox''' of interface [[PXV:IPXC_PageRenderParams|IPXC_PageRenderParams]] returns/sets  Value of [[PXV:PXC_BoxType|PXC_BoxType]] ...
 
Property '''PageViewBox''' of interface [[PXV:IPXC_PageRenderParams|IPXC_PageRenderParams]] returns/sets  Value of [[PXV:PXC_BoxType|PXC_BoxType]] ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_PageViewBox([out, retval] PXC_BoxType* pBoxType);
+
<pre class="brush:cpp;gutter:false">HRESULT get_PageViewBox([out, retval] PXC_BoxType* nBoxType);
HRESULT put_PageViewBox([in] PXC_BoxType pBoxType);
+
HRESULT put_PageViewBox([in] PXC_BoxType nBoxType);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_PageRenderParams|IPXC_PageRenderParams]].
+
[[PXV:IPXC_PageRenderParams|IPXC_PageRenderParams]]

Latest revision as of 03:33, 15 June 2015


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

Syntax

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

See Also

IPXC_PageRenderParams