Click or drag to resize

PdfToImageConverterConvertToImagesInFolder(String) Method

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: 9.0
Syntax
public void ConvertToImagesInFolder(
	string pdfFilePath
)

Parameters

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