PdfToImageConverterConvertToImages Method (String) |
Convert to images the PDF pages from the specified PDF file.
Namespace:
ExpertPdf
Assembly:
eppdftoimage (in eppdftoimage.dll) Version: 7.0
Syntax public Image[] ConvertToImages(
string pdfFilePath
)
Public Function ConvertToImages (
pdfFilePath As String
) As Image()
Parameters
- pdfFilePath
- Type: SystemString
The PDF file from where the pages will be converted to images.
Return Value
Type:
ImageSee Also