PdfToImageConverter.ConvertPdfPagesToImage(String) Method
Converts all the pages of a PDF file to image objects
Namespace: WinnovativeClientAssembly: WinnovativeClient (in WinnovativeClient.dll) Version: 19.0.0.0 (19.0.0.0)
public PdfPageImage[] ConvertPdfPagesToImage(
string pdfFile
)
Public Function ConvertPdfPagesToImage (
pdfFile As String
) As PdfPageImage()
- pdfFile String
- The full path of the PDF file to be converted
PdfPageImage[]The images of the PDF pages. You are responsible for disposing the resulted images by calling their
Dispose() method
when they are not needed anymore