HiQPdf Documentation

PdfPrinter Methods

Quickly Create High Quality PDFs

The PdfPrinter type exposes the following members.

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 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 methodPrintPdf(Byte)
Call this method to print the pages of a PDF document contained in a memory buffer
Public methodPrintPdf(Stream)
Call this method to print the pages of a PDF document contained in a stream
Public methodPrintPdf(String)
Call this method to print the pages of a PDF file
Public methodPrintPdf(Byte, Int32)
Call this method to print the pages of a PDF document contained in a memory buffer starting from a PDF page number to the end of the PDF document
Public methodPrintPdf(Stream, Int32)
Call this method to print the pages of a PDF document contained in a stream starting from a PDF page number to the end of the PDF document
Public methodPrintPdf(String, Int32)
Call this method to print the pages of a PDF file starting from a PDF page number to the end of the PDF document
Public methodPrintPdf(Byte, Int32, Int32)
Call this method to print a range of pages of a PDF document contained in a memory buffer
Public methodPrintPdf(Stream, Int32, Int32)
Call this method to print a range of pages of a PDF document contained in a stream
Public methodPrintPdf(String, Int32, Int32)
Call this method to print a range of pages of a PDF file
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
See Also

Reference