PdfToImageConverterConvertPdfToTiffFile(Byte, String) Method

Converts all the pages in a PDF document to a TIFF image file

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public void ConvertPdfToTiffFile(
	byte[] pdfData,
	string imageFileName
)

Parameters

pdfData  Byte
The memory buffer containing the PDF document to be converted
imageFileName  String
The output file name

See Also