IXC_Shear Enumeration

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Specifies the shear method to be used.

Syntax

enum IXC_Shear
{
    Shear_Fast         = 0,
    Shear_Antialiasing = 1,
};

Constants

Shear_Fast
Only fast shifting.
Shear_Antialiasing
Shear and use antialiasing for a better result.

See Also

IIXC_Page::Shear