PdfRasterizerRasterizeToImageObjects(Stream) Method
Call this method to rasterize the pages of a PDF document contained in a stream to image objects
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public PdfPageRasterImage[] RasterizeToImageObjects(
Stream pdfStream
)
Public Function RasterizeToImageObjects (
pdfStream As Stream
) As PdfPageRasterImage()
public:
array<PdfPageRasterImage^>^ RasterizeToImageObjects(
Stream^ pdfStream
)
member RasterizeToImageObjects :
pdfStream : Stream -> PdfPageRasterImage[]
- pdfStream Stream
- The PDF document stream
PdfPageRasterImageAn array of image objects that you have to dispose when when they are no longer necessary