IXC_FreeRotate Enumeration

From PDF XChange PDF SDK
Revision as of 15:34, 18 May 2015 by Socrat (Talk | contribs)

Jump to: navigation, search


Specifies a method used to rotate image page on any agnle.

Syntax

enum IXC_FreeRotate
{
    FreeRotate_Fast         = 0,
    FreeRotate_Antialiasing = 1,
};

Constants

FreeRotate_Fast
Fast image rotation. Requires less computation, but produce less accurate result.
FreeRotate_Antialiasing
Rotate and use antialiasing for a better result.

See Also

IIXC_Page::FreeRotate