Overload List
Name | Description | |
---|---|---|
ExtractImagesInEvent(Byte) |
Extract the images from all the pages in a PDF document to image objects and raises the ImageExtractedEvent event
immediately after an image was extracted from a PDF page. The event handler argument contains a reference to extracted image object.
You are responsible for disposing the extracted image object by calling its Dispose method
when it is not needed anymore
| |
ExtractImagesInEvent(Stream) |
Extract the images from all the pages of PDF document in a stream to image objects and raises the ImageExtractedEvent event
immediately after an image was extracted from a PDF page. The event handler argument contains a reference to extracted image object.
You are responsible for disposing the extracted image object by calling its Dispose method
when it is not needed anymore
| |
ExtractImagesInEvent(String) |
Extract the images from all the pages of a PDF file to image objects and raises the ImageExtractedEvent event
immediately after an image was extracted from a PDF page. The event handler argument contains a reference to extracted image object.
You are responsible for disposing the extracted image object by calling its Dispose method
when it is not needed anymore
| |
ExtractImagesInEvent(Byte, Int32) |
Extract the images from pages of a PDF document to image objects starting from a given PDF page number to the end of the PDF document
and raises the ImageExtractedEvent event
immediately after an image was extracted from a PDF page. The event handler argument contains a reference to extracted image object.
You are responsible for disposing the extracted image object by calling its Dispose method
when it is not needed anymore
| |
ExtractImagesInEvent(Stream, Int32) |
Extract the images from pages of a PDF document in a stream to image objects starting from a given PDF page number to the end of the PDF document
and raises the ImageExtractedEvent event
immediately after an image was extracted from a PDF page. The event handler argument contains a reference to extracted image object.
You are responsible for disposing the extracted image object by calling its Dispose method
when it is not needed anymore
| |
ExtractImagesInEvent(String, Int32) |
Extract the images from pages of a PDF file to image objects starting from a given PDF page number to the end of the PDF document
and raises the ImageExtractedEvent event
immediately after an image was extracted from a PDF page. The event handler argument contains a reference to extracted image object.
You are responsible for disposing the extracted image object by calling its Dispose method
when it is not needed anymore
| |
ExtractImagesInEvent(Byte, Int32, Int32) |
Extract the images from a range of pages of a PDF document to image objects and raises the ImageExtractedEvent event
immediately after an image was extracted from a PDF page. The event handler argument contains a reference to extracted image object.
You are responsible for disposing the extracted image object by calling its Dispose method
when it is not needed anymore
| |
ExtractImagesInEvent(Stream, Int32, Int32) |
Extract the images from a range of pages of a PDF document in a stream to image objects and raises the ImageExtractedEvent event
immediately after an image was extracted from a PDF page. The event handler argument contains a reference to extracted image object.
You are responsible for disposing the extracted image object by calling its Dispose method
when it is not needed anymore
| |
ExtractImagesInEvent(String, Int32, Int32) |
Extract the images from a range of pages of a PDF file to image objects and raises the ImageExtractedEvent event
immediately after an image was extracted from a PDF page. The event handler argument contains a reference to extracted image object.
You are responsible for disposing the extracted image object by calling its Dispose method
when it is not needed anymore
|
See Also