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
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public byte[] RasterizeToTiff(
Stream pdfStream
)
Public Function RasterizeToTiff (
pdfStream As Stream
) As Byte()
public:
array<unsigned char>^ RasterizeToTiff(
Stream^ pdfStream
)
member RasterizeToTiff :
pdfStream : Stream -> byte[]
- pdfStream Stream
- The PDF document stream
ByteThe TIFF image data