IXC_ScaleMethod Enumeration
From PDF XChange PDF SDK
Line 2: | Line 2: | ||
{{#customTitle:IXC_ScaleMethod Enumeration}} | {{#customTitle:IXC_ScaleMethod Enumeration}} | ||
{{#parentPage:PXV:IXC|IXC_ScaleMethod Enumeration|enum}} | {{#parentPage:PXV:IXC|IXC_ScaleMethod Enumeration|enum}} | ||
− | + | ||
{{ToReview}} | {{ToReview}} | ||
Revision as of 03:56, 30 April 2015
Specifies the method which will be used for scaling the image.
Syntax
enum IXC_ScaleMethod { ScaleMethod_Linear = 0; ScaleMethod_Bilinear = 1; ScaleMethod_Bicubic = 2; };
Constants
- ScaleMethod_Linear
- Eliminates the color data of the deleted pixels completely.
- ScaleMethod_Bilinear
- Scale using Bilinear interpolation.
- ScaleMethod_Bicubic
- Scale using Bicubic interpolation.