IPXC_Page::Rotation Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Page::Rotation Property}}
 
{{#customTitle:IPXC_Page::Rotation Property}}
{{#parentPage:PXV:IPXC_Page|Rotation Property|property}}
+
{{#parentPage:PXV:IPXC_Page#Properties|Rotation Property|property}}
 
{{ToReview}}
 
{{ToReview}}
  

Revision as of 14:48, 21 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);

See Also

IPXC_Page.