Adobe InDesign CS6 (8.0) Object Model JS: Sampling

InDesign CS6

 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

SWFExportPreference.resamplingType

XFLExportPreference.resamplingType

Jongware, 28-Apr-2012 v3.0.3hContents :: Index