PdfToImageConverterConvertToImages(String) Method |
Convert to images the PDF pages from the specified PDF file.
Namespace: ExpertPdfAssembly: eppdftoimage (in eppdftoimage.dll) Version: 9.0
Syntaxpublic Image[] ConvertToImages(
string pdfFilePath
)
Public Function ConvertToImages (
pdfFilePath As String
) As Image()
Parameters
- pdfFilePath String
- The PDF file from where the pages will be converted to images.
Return Value
Image
See Also