PdfToImageConverterConvertPdfToTiff(String) Method

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

Definition

Namespace: WinnovativeClient
Assembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 18.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