IPXC_Page::Rotation Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Page::Rotation Property}} | {{#customTitle:IPXC_Page::Rotation Property}} | ||
− | {{#parentPage:PXV:IPXC_Page|property}} | + | {{#parentPage:PXV:IPXC_Page|Rotation Property|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Property '''Rotation''' of interface [[PXV:IPXC_Page|IPXC_Page]] returns/sets Value of LONG ... | Property '''Rotation''' of interface [[PXV:IPXC_Page|IPXC_Page]] returns/sets Value of LONG ... | ||
− | |||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Rotation([out, retval] LONG* pRotate); | + | <pre class="brush:cpp;gutter:false">HRESULT get_Rotation([out, retval] LONG* pRotate); |
− | HRESULT put_Rotation([in] LONG pRotate); | + | HRESULT put_Rotation([in] LONG pRotate); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
See also [[PXV:IPXC_Page|IPXC_Page]]. | See also [[PXV:IPXC_Page|IPXC_Page]]. |
Revision as of 05:09, 23 April 2015
Property Rotation of interface IPXC_Page returns/sets Value of LONG ...
Syntax
HRESULT get_Rotation([out, retval] LONG* pRotate); HRESULT put_Rotation([in] LONG pRotate);
See Also
See also IPXC_Page.