Click or drag to resize

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
)

Parameters

pdfFilePath
Type: SystemString
The PDF file from where the pages will be converted to images.

Return Value

Type: Image
See Also