PdfRasterizerRasterizeToTiff(String) Method

Call this method to rasterize the pages of a PDF file to a multipage TIFF image in a data buffer

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public byte[] RasterizeToTiff(
	string pdfFile
)

Parameters

pdfFile  String
The fully qualified name of the PDF file

Return Value

Byte
The TIFF image data

See Also