PDFQuality

Sets the conversion quality for PDFDocumentToImage.

Member of namespace

Convert

Syntax

bool PDFQuality (int p_iVal)

Parameters

p_iVal
Type: int

Parameters

p_iVal : A positive numeric value between 0 and 100 that determines the image quality. 100 is the highest quality.

Returns

Always True.

Level

Page level.

Details

This determines the quality of the output TIFF. Choosing a higher value will give you a better output TIFF, but will increase processing time. This action must be called before PDFDocumentToImage. If PDFQuality is not called, the default value of 100 is used.
Example:
PDFBitDepth(1)
PDFQuality(100)
PDFDocumentToImage()