PdfToImageConverterConvertPdfToTiff(String) Method

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

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 11.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