PDFResampleType

Downsampling options when saving as PDF.

Values

Name

Description

Value

PDFResampleType.NONE

Does not downsample.

0

PDFResampleType.PDFAVERAGE

Averages the pixels in a sample area and replaces the entire area with the average pixel color at the specified resolution.

1

PDFResampleType.PDFBICUBIC

Uses a weighted average to determine pixel color, which usually yields better results than the simple averaging method of downsampling. The slowest but most precise method, resulting in the smoothest gradations.

3

PDFResampleType.PDFSUBSAMPLE

Chooses a pixel in the center of the sample area and replaces the entire area with that pixel color; significantly reduces conversion time but results in images that are less smooth and continuous.

2

Object of

PDFSaveOptions.downSample