PdfRasterizerRasterizeToTiff(Stream) Method

Call this method to rasterize the pages of a PDF document contained in a stream 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(
	Stream pdfStream
)

Parameters

pdfStream  Stream
The PDF document stream

Return Value

Byte
The TIFF image data

See Also