Click or drag to resize

PdfToImageConverterConvertToImagesInFolder Method (String)

Convert to images the PDF pages from the specified PDF file. The images will be saved into the folder specified by ImagesPath property, in the format specified by ImagesFormat property.

Namespace:  ExpertPdf
Assembly:  eppdftoimage (in eppdftoimage.dll) Version: 7.0
Syntax
public void ConvertToImagesInFolder(
	string pdfFilePath
)

Parameters

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