HiQPdf Documentation

PdfImagesExtractRaiseImageExtractedEvent Method

HiQPdf Client for .NET Core
Overload List

  NameDescription
Public methodRaiseImageExtractedEvent(Byte)
Call this method to extract the images from a PDF document contained in a memory buffer and raise the PdfImageExtractedEvent event after an image has been extracted from PDF document
Public methodRaiseImageExtractedEvent(Stream)
Call this method to extract the images from a PDF document contained in a stream and raise the PdfImageExtractedEvent event after an image has been extracted from PDF document
Public methodRaiseImageExtractedEvent(String)
Call this method to extract the images from a PDF file and raise the PdfImageExtractedEvent event after an image has been extracted from PDF document
Public methodRaiseImageExtractedEvent(Byte, Int32)
Call this method to extract the images from a PDF document contained in a memory buffer starting from a PDF page number to the end of the PDF document and raise the PdfImageExtractedEvent event after an image has been extracted from PDF document
Public methodRaiseImageExtractedEvent(Stream, Int32)
Call this method to extract the images from a PDF document contained in a stream starting from a PDF page number to the end of the PDF document and raise the PdfImageExtractedEvent event after an image has been extracted from PDF document
Public methodRaiseImageExtractedEvent(String, Int32)
Call this method to extract the images from a PDF file starting from a PDF page number to the end of the PDF document and raise the PdfImageExtractedEvent event after an image has been extracted from PDF document
Public methodRaiseImageExtractedEvent(Byte, Int32, Int32)
Call this method to extract the images from a range of pages of a PDF document contained in a memory buffer and raise the PdfImageExtractedEvent event after an image has been extracted from PDF document
Public methodRaiseImageExtractedEvent(Stream, Int32, Int32)
Call this method to extract the images from a range of pages of a PDF document contained in a stream and raise the PdfImageExtractedEvent event after an image has been extracted from PDF document
Public methodRaiseImageExtractedEvent(String, Int32, Int32)
Call this method to extract the images from a range of pages of a PDF file and raise the PdfImageExtractedEvent event after an image has been extracted from PDF document
Top
See Also

Reference