Click or drag to resize
Pdf Library for .NET

PdfRasterizerSave Method

Convert to images the PDF pages from the current PDF document. The images will be saved into the folder specified by ImagesPath property, in the format specified by ImagesFormat property, having a prefix specified by the ImagesPrefix property.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public void Save()
Remarks
Pages that participate to this operation are specified by StartPageNumber and EndPageNumber properties.
See Also