Adobe InDesign CS2 (4.0) Object Model JS: Sampling

InDesign CS2

 The resampling method.

Value

NameDescriptionValue
Sampling.BICUBIC_DOWNSAMPLEUses a weighted average to determine pixel color.1650742125 = 'bdSm'
Sampling.DOWNSAMPLEAverages the pixels in a sample area and replaces the entire area with the average pixel color.1684951917 = 'dnSm'
Sampling.NONEUses no resampling.1852796517 = 'none'
Sampling.SUBSAMPLEChooses 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

Jongware, 27-Jun-2010 v3.0.3dContents :: Index