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