Value
Name | Description | Value |
---|---|---|
Sampling.BICUBIC_DOWNSAMPLE | Uses a weighted average to determine pixel color. | 1650742125 = 'bdSm' |
Sampling.DOWNSAMPLE | Averages the pixels in a sample area and replaces the entire area with the average pixel color. | 1684951917 = 'dnSm' |
Sampling.NONE | Uses no resampling. | 1852796517 = 'none' |
Sampling.SUBSAMPLE | Chooses a pixel in the center of the sample area and replaces the entire area with that pixel color. | 1935823725 = 'sbSm' |
Usage
As property
PDFExportPreference.colorBitmapSampling
PDFExportPreference.grayscaleBitmapSampling
PDFExportPreference.monochromeBitmapSampling
PDFExportPreset.colorBitmapSampling
PDFExportPreset.grayscaleBitmapSampling
PDFExportPreset.monochromeBitmapSampling
SWFExportPreference.resamplingType
XFLExportPreference.resamplingType
Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |