Click or drag to resize
Pdf Library for .NET

PdfRasterizerConvertToImages Method

Converts a range of PDF pages to images.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public Image[] ConvertToImages()

Return Value

Type: Image
The array of the generated images.
Remarks
Pages that participate to this operation are specified by StartPageNumber and EndPageNumber properties.
See Also