Saves all pages of the PDF document into ArrayList with images as byte streams.
Namespace: SautinSoftAssembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.11.11
Syntax public List<byte[]> ToImages()
Public Function ToImages As List(Of Byte())
Return Value
ListByteListT 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