Enumeration
PDFResampleType
Downsampling options when saving as PDF.
Values
| Name | Type | Access | Description |
|---|---|---|---|
| Int = 0 | readonly | Does not downsample. | |
| Int = 1 | readonly | Averages the pixels in a sample area and replaces the entire area with the average pixel color at the specified resolution. | |
| Int = 3 | readonly | 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. | |
| Int = 2 | readonly | 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. |
Object of 1
Properties elsewhere that hold an PDFResampleType value.