Click or drag to resize

PdfFocusToImages Method

Saves all pages of the PDF document into ArrayList with images as byte streams.

Namespace: SautinSoft
Assembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.11.11
Syntax
public List<byte[]> ToImages()

Return Value

ListByte
ListT containing images as byte arrays, where each image corresponds to each PDF page

not null - converting successfully
null - converting failed
Remarks
Also you can image properties using the property ImageOptions. For example, set: Dpi - image resolution in dots per inch.
See Also