PdfImagesExtractExtractToImageObjects Method

Overload List

ExtractToImageObjects(Byte) Call this method to extract the images from a PDF document contained in a memory buffer to image objects
ExtractToImageObjects(Stream) Call this method to extract the images from a PDF document contained in a stream to image objects
ExtractToImageObjects(String) Call this method to extract the images from a PDF file to image objects
ExtractToImageObjects(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
ExtractToImageObjects(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
ExtractToImageObjects(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
ExtractToImageObjects(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
ExtractToImageObjects(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
ExtractToImageObjects(String, Int32, Int32) Call this method to extract the images from a range of pages of a PDF file to image objects

See Also