PDFConversionMethod

Sets the conversion method used in the TIFF output by PDFDocumentToImage.

Member of namespace

Convert

Syntax

bool PDFConversionMethod (int p_iVal)

Parameters

p_iVal
Type: int

Parameters

A numeric value of one of the following.
  • 1 : Uses method 1 of converting PDF to TIFF.
  • 2 : Uses method 2 of converting PDF to TIFF.

Returns

Always True.

Level

Page level.

Details

There are two methods that are can be used to convert a PDF to TIFF. The first method is slightly faster. The second method gives better results. If this action is not called, PDFDocumentToImage uses the second method by default, which produces a more accurate output TIFF.
Example:
PDFBitDepth(1)
PDFConversionMethod(2)
PDFDocumentToImage()