HiQPdf Documentation

PdfImagesExtract Class

HiQPdf Client for .NET Core
This class helps you to extract the images from a PDF document
Inheritance Hierarchy

SystemObject
  HiQPdfClientPdfImagesExtract

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public class PdfImagesExtract

The PdfImagesExtract type exposes the following members.

Constructors

  NameDescription
Public methodPdfImagesExtract(String)
Creates a PDF images extractor to connect on default port to a server given by IP address or by host name
Public methodPdfImagesExtract(String, UInt32)
Creates a PDF images extractor to connect on the given port to a server given by IP address or by host name
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 propertyPort
The server port number
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 propertyServer
The server IP address or host name
Public propertyServerPassword
The password to access the server if the server is password protected
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 the default hash function.
(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 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