The PDF images extractor class
| C# | Visual Basic | Visual C++ |
public class PdfImgExtract
Public Class PdfImgExtract
public ref class PdfImgExtract
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| PdfImgExtract()()() |
The image extractor contructor
| |
| EndPageNumber |
The page number where the text extraction will end. The default value is 0 which means that all the PDF document text
will be extracted starting from the StartPageNumber page.
| |
| Equals(Object) | (Inherited from Object.) | |
| ExtractImageFormat |
The image format for the extracted images.
| |
| 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.
| |
| ExtractPath |
The path to the disk folder where the images will be extracted when the extractToFolder parameter of the
ExtractImages() method is true.
| |
| ExtractPrefix |
The prefix for extracted images file name.
| |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetPageCount(Stream) |
Gets the number of pages in the specified PDF stream.
| |
| GetPageCount(String) |
Gets the number of pages in the specified PDF file.
| |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ImageExtractedEvent |
The ImageExtracted event raised immediately after an 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
| |
| LicenseKey |
The license key string received after the product purchase or
a demo license key for the demo version of the product. This propery must be set
before calling the images extraction method. When this property is null, the product
will run in demo mode.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| StartPageNumber |
The page number from where the text extraction will start. The default value is 1 which means the text extraction
will start from the first page.
| |
| ToString()()() | (Inherited from Object.) | |
| UserPassword |
The ASCII password to be used to open the PDF document for reading. The default value is null which means that
no password will be used to open the PDF document.
|
| Object | |
| PdfImgExtract | |