dcpdf_SetImageQuality

Specifies the image quality to use when you convert a PDF file to TIFF.

Member of namespace

dcpdf

Syntax

bool dcpdf_SetImageQuality (strParam)

Parameters

Numeric value, between 1 and 100, of the Image Quality standard for images in the PDF file.

Returns

False, if the parameter is not Numeric. Otherwise, True.

Level

Batch or Document level.

Details

This action determines the resulting image quality when creating a TIFF from a PDF file. A higher number will produce a better looking image, but may require more processing time. The default value is 100.
Example:
dcpdf_SetImageQuality("75")
dcpdf_CreateTiffFromPDF("True")