IPXC_Page::Rotation Property
From PDF XChange PDF SDK
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* nRotate); HRESULT put_Rotation([in] LONG nRotate);