IPXC_Page::Rotation Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Page::Rotation Property}} | {{#customTitle:IPXC_Page::Rotation Property}} | ||
Line 12: | Line 13: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_Page|IPXC_Page]]. |
Revision as of 04:47, 20 May 2015
Gets/sets the page rotation. Note that the rotation values can be 0, 90, 180 or 270 degrees (any other values will be converted to the nearest of these values).
Syntax
HRESULT get_Rotation([out, retval] LONG* pRotate); HRESULT put_Rotation([in] LONG pRotate);