HiQPdf Documentation

PdfRasterizerRasterizeToTiffFile Method (Stream, String)

HiQPdf Client for .NET Core
Call this method to rasterize the pages of a PDF document contained in a stream to a multipage TIFF image file

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public void RasterizeToTiffFile(
	Stream pdfStream,
	string outputFileName
)

Parameters

pdfStream
Type: System.IOStream
The PDF document stream
outputFileName
Type: SystemString
The output TIFF image file name
See Also

Reference