HiQPdf Documentation

PdfImagesExtractExtractToImageObjects Method

HiQPdf Client for .NET Core
Overload List

  NameDescription
Public methodExtractToImageObjects(Byte)
Call this method to extract the images from a PDF document contained in a memory buffer to image objects
Public methodExtractToImageObjects(Stream)
Call this method to extract the images from a PDF document contained in a stream to image objects
Public methodExtractToImageObjects(String)
Call this method to extract the images from a PDF file to image objects
Public methodExtractToImageObjects(Byte, Int32)
Call this method to extract the images from a PDF document contained in a memory buffer to image objects starting from a PDF page number to the end of the PDF document
Public methodExtractToImageObjects(Stream, Int32)
Call this method to extract the images from a PDF document contained in a stream to image objects starting from a PDF page number to the end of the PDF document
Public methodExtractToImageObjects(String, Int32)
Call this method to extract the images from a PDF file to image objects starting from a PDF page number to the end of the PDF document
Public methodExtractToImageObjects(Byte, Int32, Int32)
Call this method to extract the images from a range of pages of a PDF document contained in a memory buffer to image objects
Public methodExtractToImageObjects(Stream, Int32, Int32)
Call this method to extract the images from a range of pages of a PDF document contained in a stream to image objects
Public methodExtractToImageObjects(String, Int32, Int32)
Call this method to extract the images from a range of pages of a PDF file to image objects
Top
See Also

Reference