PdfToImageConverterConvertPdfToTiff(String) Method

Converts a PDF file to a multiframe TIFF image in a memory buffer

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public byte[] ConvertPdfToTiff(
	string pdfFile
)

Parameters

pdfFile  String
The full path of the PDF file to be converted

Return Value

Byte
A multiframe TIFF image in a memory buffer

See Also