Winnovative PDF Images Extractor
ExtractImages Method
NamespacesWinnovativePdfImgExtractExtractImages()()()
Members
IconMemberDescription
ExtractImages(Stream)
Extracts the images from the specified PDF stream. An ImageExtractedEvent is raised immediately after the image was extracted. The event handler argument exposes the extracted Bitmap object and the number of the PDF page from where the image was extracted.

ExtractImages(Stream, Boolean)
Extracts the images from the specified PDF stream. An ImageExtractedEvent is raised immediately after the image was extracted. When the extractToFolder parameter is true, the extracted images will be saved in the ExtractPath folder in the format specified by ExtractImageFormat property. When the extractToFolder parameter is false the images will not be saved on the disk.

ExtractImages(String)
Extracts the images from the specified PDF file. An ImageExtractedEvent is raised immediately after the image was extracted. The event handler argument exposes the extracted Bitmap object and the number of the PDF page from where the image was extracted.

ExtractImages(String, Boolean)
Extracts the images from the specified PDF file. An ImageExtractedEvent is raised immediately after the image was extracted. When the extractToFolder parameter is true, the extracted images will be saved in the ExtractPath folder in the format specified by ExtractImageFormat property. When the extractToFolder parameter is false the images will not be saved on the disk.

Assembly: pdfimgextract (Module: pdfimgextract) Version: 3.1.0.0 (3.1.0.0)