IXC_FastRotate Enumeration

From PDF XChange PDF SDK
Revision as of 00:50, 7 May 2015 by Oliynykd (Talk | contribs)

Jump to: navigation, search


Specifies the angle for rotating.

Syntax

enum IXC_FastRotate
{
    Rotate_90CCW  = 0;
    Rotate_180    = 1;
    Rotate_270CCW = 2;
    Rotate_90CW   = 2;
    Rotate_270CW  = 0;
};

Constants

Rotate_90CCW
Rotate counter clockwise by 90 degrees.
Rotate_180
Rotate by 180 degrees.
Rotate_270CCW
Rotate counter clockwise by 180 degrees.
Rotate_90CW
Rotate clockwise by 90 degrees.
Rotate_270CW
Rotate clockwise by 180 degrees.

See Also

IIXC_Page:Rotate