PdfRasterizerRasterizeToTiffFile(String, String) Method

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

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public void RasterizeToTiffFile(
	string pdfFile,
	string outputFileName
)

Parameters

pdfFile  String
The fully qualified name of the PDF file
outputFileName  String
The output TIFF image file name

See Also