PdfToImageConverterConvertPdfPagesToImage(String) Method
Converts all the pages of a PDF file to image objects
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.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
PdfPageImageThe images of the PDF pages. You are responsible for disposing the resulted images by calling their
Dispose method
when they are not needed anymore