IXC_ScaleMethod Enumeration

From PDF XChange PDF SDK
Revision as of 06:59, 23 April 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Specifies the ...

Syntax

enum IXC_ScaleMethod
{
    ScaleMethod_Linear   = 0;
    ScaleMethod_Bilinear = 1;
    ScaleMethod_Bicubic  = 2;
};

Constants

ScaleMethod_Linear
The ...
ScaleMethod_Bilinear
The ...
ScaleMethod_Bicubic
The ...

See Also

See also ...