PdfImagesExtractorExtractImages(String) Method
Extracts images from all pages of a PDF file to image objects
Namespace: HiQPdf.NextAssembly: HiQPdf.Next.PdfProcessor (in HiQPdf.Next.PdfProcessor.dll) Version: 1.0.0
public ExtractedImage[][] ExtractImages(
string pdfFile
)
- pdfFile String
- Full path of the PDF file from which to extract images
ExtractedImage
An array of arrays of ExtractedImage objects.
Each element in the outer array represents a page in the PDF document
and each inner array contains the images extracted from that page.
For example, images[1] returns all images
extracted from the second page and images[1][2] is the third image from the second page