PdfFocusExtractImages Method |
Extract images from pdf document.
Namespace: SautinSoftAssembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.11.11
Syntax public List<PdfFocusPdfImage> ExtractImages()
Public Function ExtractImages As List(Of PdfFocusPdfImage)
Return Value
ListPdfFocusPdfImageThe list with
PdfFocusPdfImage objects.
See Also