PdfImagesExtract Class

This class helps you to extract the images from a PDF document

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public class PdfImagesExtract
Inheritance
Object    PdfImagesExtract

Constructors

PdfImagesExtract(String) Creates a PDF images extractor to connect on default port to a server given by IP address or by host name
PdfImagesExtract(String, UInt32) Creates a PDF images extractor to connect on the given port to a server given by IP address or by host name

Properties

OwnerPassword The password to open the PDF document in owner mode
PdfInfo The PDF document info dictionary retrieved after the images extraction ended
Port The server port number
SerialNumber The serial number obtained after product purchase. This property can be set to null or can be left not set to enter evaluation mode
Server The server IP address or host name
ServerPassword The password to access the server if the server is password protected
TransparentImages Controls if the extracted images will have transparency information or not. This property is true by default
UserPassword The password to open the PDF document in user mode

Methods

Equals
(Inherited from Object)
ExtractToImageFiles(Byte, String, String) Call this method to extract the images from a PDF document contained in a memory buffer to image files
ExtractToImageFiles(Stream, String, String) Call this method to extract the images from a PDF document contained in a stream to image files
ExtractToImageFiles(String, String, String) Call this method to extract the images from a PDF file to image files
ExtractToImageFiles(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
ExtractToImageFiles(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
ExtractToImageFiles(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
ExtractToImageFiles(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
ExtractToImageFiles(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
ExtractToImageFiles(String, Int32, Int32, String, String) Call this method to extract the images from a range of pages of a PDF file to image files
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
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
PdfPageCount(Byte) Call this method to get the page count of a PDF document contained in a memory buffer
PdfPageCount(Stream) Call this method to get the page count of a PDF document contained in a stream
PdfPageCount(String) Call this method to get the page count of a PDF file
RaiseImageExtractedEvent(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
RaiseImageExtractedEvent(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
RaiseImageExtractedEvent(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
RaiseImageExtractedEvent(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
RaiseImageExtractedEvent(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
RaiseImageExtractedEvent(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
RaiseImageExtractedEvent(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
RaiseImageExtractedEvent(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
RaiseImageExtractedEvent(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
ToString
(Inherited from Object)

Events

PdfImageExtractedEvent The event is raised after an image has been extracted from PDF document

See Also