HiQPdf Documentation

PdfRasterizer Class

HiQPdf Client for .NET Core
This class helps you to rasterize the pages of PDF document to images
Inheritance Hierarchy

SystemObject
  HiQPdfClientPdfRasterizer

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

public class PdfRasterizer

The PdfRasterizer type exposes the following members.

Constructors

  NameDescription
Public methodPdfRasterizer(String)
Creates a PDF to Image converter to connect on default port to a server given by IP address or by host name
Public methodPdfRasterizer(String, UInt32)
Creates a PDF to Image converter to connect on the given port to a server given by IP address or by host name
Top
Properties

  NameDescription
Public propertyColorSpace
The color space of the raster images
Public propertyDPI
The rasterization resolution
Public propertyMaxRunTime
The maximum time to run the PDF pages rasterization
Public propertyOwnerPassword
The password to open the PDF document in owner mode
Public propertyPdfInfo
Gets the object encapsulating the PDF document properties. This objects is populated after tool execution finished
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 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.)
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 methodRaisePageRasterizedEvent(Byte)
Call this method to rasterize the pages of a PDF document contained in a memory buffer and raise the PdfPageRasterizedEvent event after a PDF page has been rasterized
Public methodRaisePageRasterizedEvent(Stream)
Call this method to rasterize the pages of a PDF document contained in a stream and raise the PdfPageRasterizedEvent event after a PDF page has been rasterized
Public methodRaisePageRasterizedEvent(String)
Call this method to rasterize the pages of a PDF file and raise the PdfPageRasterizedEvent event after a PDF page has been rasterized
Public methodRaisePageRasterizedEvent(Byte, Int32)
Call this method to rasterize the pages of a PDF document contained in a memory buffer starting from a PDF page number to the end of the PDF document and raise the PdfPageRasterizedEvent event after a PDF page has been rasterized
Public methodRaisePageRasterizedEvent(Stream, Int32)
Call this method to rasterize the pages of a PDF document contained in a stream starting from a PDF page number to the end of the PDF document and raise the PdfPageRasterizedEvent event after a PDF page has been rasterized
Public methodRaisePageRasterizedEvent(String, Int32)
Call this method to rasterize the pages of a PDF file starting from a PDF page number to the end of the PDF document and raise the PdfPageRasterizedEvent event after a PDF page has been rasterized
Public methodRaisePageRasterizedEvent(Byte, Int32, Int32)
Call this method to rasterize a range of pages of a PDF document contained in a memory buffer and raise the PdfPageRasterizedEvent event after a PDF page has been rasterized
Public methodRaisePageRasterizedEvent(Stream, Int32, Int32)
Call this method to rasterize a range of pages of a PDF document contained in a stream and raise the PdfPageRasterizedEvent event after a PDF page has been rasterized
Public methodRaisePageRasterizedEvent(String, Int32, Int32)
Call this method to rasterize a range of pages of a PDF file and raise the PdfPageRasterizedEvent event after a PDF page has been rasterized
Public methodRasterizeToImageFiles(Byte, String, String)
Call this method to rasterize the pages of a PDF document contained in a memory buffer to image files
Public methodRasterizeToImageFiles(Stream, String, String)
Call this method to rasterize the pages of a PDF document contained in a stream to image files
Public methodRasterizeToImageFiles(String, String, String)
Call this method to rasterize the pages of a PDF file to image files
Public methodRasterizeToImageFiles(Byte, Int32, String, String)
Call this method to rasterize the pages of 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 methodRasterizeToImageFiles(Stream, Int32, String, String)
Call this method to rasterize the pages of a PDF document contained in a stream to image files starting from a PDF page number to the end of the PDF document
Public methodRasterizeToImageFiles(String, Int32, String, String)
Call this method to rasterize the pages of a PDF file to image files starting from a PDF page number to the end of the PDF document
Public methodRasterizeToImageFiles(Byte, Int32, Int32, String, String)
Call this method to rasterize a range of pages of a PDF document contained in a memory buffer to image files
Public methodRasterizeToImageFiles(Stream, Int32, Int32, String, String)
Call this method to rasterize a range of pages of a PDF document contained in a stream to image files
Public methodRasterizeToImageFiles(String, Int32, Int32, String, String)
Call this method to rasterize a range of pages of a PDF file to image files
Public methodRasterizeToImageObjects(Byte)
Call this method to rasterize the pages of a PDF document contained in a memory buffer to image objects
Public methodRasterizeToImageObjects(Stream)
Call this method to rasterize the pages of a PDF document contained in a stream to image objects
Public methodRasterizeToImageObjects(String)
Call this method to rasterize the pages of a PDF file to image objects
Public methodRasterizeToImageObjects(Byte, Int32)
Call this method to rasterize the pages of 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 methodRasterizeToImageObjects(Stream, Int32)
Call this method to rasterize the pages of a PDF document contained in a stream to image objects starting from a PDF page number to the end of the PDF document
Public methodRasterizeToImageObjects(String, Int32)
Call this method to rasterize the pages of a PDF file to image objects starting from a PDF page number to the end of the PDF document
Public methodRasterizeToImageObjects(Byte, Int32, Int32)
Call this method to rasterize a range of pages of a PDF document contained in a memory buffer to image objects
Public methodRasterizeToImageObjects(Stream, Int32, Int32)
Call this method to rasterize a range of pages of a PDF document contained in a stream to image objects
Public methodRasterizeToImageObjects(String, Int32, Int32)
Call this method to rasterize a range of pages of a PDF file to image objects
Public methodRasterizeToTiff(Byte)
Call this method to rasterize the pages of a PDF document contained in a memory buffer to a multipage TIFF image in a data buffer
Public methodRasterizeToTiff(Stream)
Call this method to rasterize the pages of a PDF document contained in a stream to a multipage TIFF image in a data buffer
Public methodRasterizeToTiff(String)
Call this method to rasterize the pages of a PDF file to a multipage TIFF image in a data buffer
Public methodRasterizeToTiff(Byte, Int32)
Call this method to rasterize the pages of a PDF document contained in a memory buffer to a multipage TIFF image in a data buffer starting from a PDF page number to the end of the PDF document
Public methodRasterizeToTiff(Stream, Int32)
Call this method to rasterize the pages of a PDF document contained in a stream to a multipage TIFF image in a data buffer starting from a PDF page number to the end of the PDF document
Public methodRasterizeToTiff(String, Int32)
Call this method to rasterize the pages of a PDF file to a multipage TIFF image in a data buffer starting from a PDF page number to the end of the PDF document
Public methodRasterizeToTiff(Byte, Int32, Int32)
Call this method to rasterize a range of pages of a PDF document contained in a memory buffer to a multipage TIFF image in a data buffer
Public methodRasterizeToTiff(Stream, Int32, Int32)
Call this method to rasterize a range of pages of a PDF document contained in a stream to a multipage TIFF image in a data buffer
Public methodRasterizeToTiff(String, Int32, Int32)
Call this method to rasterize a range of pages of a PDF file to a multipage TIFF image in a data buffer
Public methodRasterizeToTiffFile(Byte, String)
Call this method to rasterize the pages of a PDF document contained in a memory buffer to a multipage TIFF image file
Public methodRasterizeToTiffFile(Stream, String)
Call this method to rasterize the pages of a PDF document contained in a stream to a multipage TIFF image file
Public methodRasterizeToTiffFile(String, String)
Call this method to rasterize the pages of a PDF file to a multipage TIFF image file
Public methodRasterizeToTiffFile(Byte, Int32, String)
Call this method to rasterize the pages of a PDF document contained in a memory buffer to a multipage TIFF image file starting from a PDF page number to the end of the PDF document
Public methodRasterizeToTiffFile(Stream, Int32, String)
Call this method to rasterize the pages of a PDF document contained in a stream to a multipage TIFF image file starting from a PDF page number to the end of the PDF document
Public methodRasterizeToTiffFile(String, Int32, String)
Call this method to rasterize the pages of a PDF file to a multipage TIFF image file starting from a PDF page number to the end of the PDF document
Public methodRasterizeToTiffFile(Byte, Int32, Int32, String)
Call this method to rasterize a range of pages of a PDF document contained in a memory buffer to a multipage TIFF image file
Public methodRasterizeToTiffFile(Stream, Int32, Int32, String)
Call this method to rasterize a range of pages of a PDF document contained in a stream to a multipage TIFF image file
Public methodRasterizeToTiffFile(String, Int32, Int32, String)
Call this method to rasterize a range of pages of a PDF file to a multipage TIFF image file
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events

  NameDescription
Public eventPdfPageRasterizedEvent
The event is raised after a PDF page has been rasterized
Top
See Also

Reference