IPXC_PageRenderParams::PageViewBox Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_PageRenderParams::PageViewBox Property}} | {{#customTitle:IPXC_PageRenderParams::PageViewBox Property}} | ||
− | {{#parentPage:PXV:IPXC_PageRenderParams|PageViewBox | + | {{#parentPage:PXV:IPXC_PageRenderParams#Properties|PageViewBox|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_PageViewBox([out, retval] PXC_BoxType* | + | <pre class="brush:cpp;gutter:false">HRESULT get_PageViewBox([out, retval] PXC_BoxType* nBoxType); |
− | HRESULT put_PageViewBox([in] PXC_BoxType | + | HRESULT put_PageViewBox([in] PXC_BoxType nBoxType); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXC_PageRenderParams|IPXC_PageRenderParams]] | + | [[PXV:IPXC_PageRenderParams|IPXC_PageRenderParams]] |
Latest revision as of 02: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);