IXC_FreeRotate Enumeration

From PDF XChange PDF SDK
Revision as of 04:05, 21 May 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search

Determines how the rotation function will perform the rotation. See below.

Syntax

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

Constants

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

See Also

IIXC_Page::FreeRotate