IPXC_Page::Rotation Property

From PDF XChange PDF SDK
Revision as of 08:41, 23 May 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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