HiQPdf Documentation

PdfImagesExtract Class

Quickly Create High Quality PDFs
This class helps you to extract the images from a PDF document
Inheritance Hierarchy

SystemObject
  HiQPdfPdfImagesExtract

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public class PdfImagesExtract

The PdfImagesExtract type exposes the following members.

Constructors

  NameDescription
Public methodPdfImagesExtract
The class constructor
Top
Properties

  NameDescription
Public propertyOwnerPassword
The password to open the PDF document in owner mode
Public propertyPdfInfo
The PDF document info dictionary retrieved after the images extraction ended
Public propertySerialNumber
The serial number obtained after product purchase. This property can be set to null or can be left not set to enter evaluation mode
Public propertyTransparentImages
Controls if the extracted images will have transparency information or not. This property is true by default
Public propertyUserPassword
The password to open the PDF document in user mode
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExtractToImageFiles(Byte, String, String)
Call this method to extract the images from a PDF document contained in a memory buffer to image files
Public methodExtractToImageFiles(Stream, String, String)
Call this method to extract the images from a PDF document contained in a stream to image files
Public methodExtractToImageFiles(String, String, String)
Call this method to extract the images from a PDF file to image files
Public methodExtractToImageFiles(Byte, Int32, String, String)
Call this method to extract the images from a PDF document contained in a memory buffer to image files starting from a PDF page number to the end of the PDF document
Public methodExtractToImageFiles(Stream, Int32, String, String)
Call this method to extract the images from a PDF document contained in a stream to image files starting from a PDF page number to the end of the PDF document
Public methodExtractToImageFiles(String, Int32, String, String)
Call this method to extract the images from a PDF file to image files starting from a PDF page number to the end of the PDF document
Public methodExtractToImageFiles(Byte, Int32, Int32, String, String)
Call this method to extract the images from a range of pages of a PDF document contained in a memory buffer to image files
Public methodExtractToImageFiles(Stream, Int32, Int32, String, String)
Call this method to extract the images from a range of pages of a PDF document contained in a stream to image files
Public methodExtractToImageFiles(String, Int32, Int32, String, String)
Call this method to extract the images from a range of pages of a PDF file to image files
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
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPdfPageCount(Byte)
Call this method to get the page count of a PDF document contained in a memory buffer
Public methodPdfPageCount(Stream)
Call this method to get the page count of a PDF document contained in a stream
Public methodPdfPageCount(String)
Call this method to get the page count of a PDF file
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
Public methodSetRdaFilePath
Call this method with the fully qualified name of HiQPdf.rda when this file is installed in a different folder from the HiQPdf.dll folder
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events

  NameDescription
Public eventPdfImageExtractedEvent
The event is raised after an image has been extracted from PDF document
Top
See Also

Reference