Winnovative PDF Print Documentation

PdfPrint Methods

Winnovative PDF Print

The PdfPrint 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 methodGetPageCount(Byte)
Gets the number of PDF pages of a PDF document
Public methodGetPageCount(Stream)
Gets the number of pages of a PDF document in a stream
Public methodGetPageCount(String)
Gets the number of PDF pages of a PDF file
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 methodPrint(Byte)
Prints all the pages in a PDF document using the current printer and page settings
Public methodPrint(Stream)
Prints all the pages of PDF document in a stream using the current printer and page settings
Public methodPrint(String)
Prints all the pages of a PDF file using the current printer and page settings
Public methodPrint(Byte, Int32)
Prints the pages of a PDF document starting from a given PDF page number to the end of the PDF document using the current printer and page settings
Public methodPrint(Stream, Int32)
Prints the pages of a PDF document in a stream starting from a given PDF page number to the end of the PDF document using the current printer and page settings
Public methodPrint(String, Int32)
Prints the pages of a PDF file starting from a given PDF page number to the end using the current printer and page settings
Public methodPrint(Byte, Int32, Int32)
Prints a range of pages of a PDF document using the current printer and page settings
Public methodPrint(Stream, Int32, Int32)
Prints a range of pages of a PDF document in a stream using the current printer and page settings
Public methodPrint(String, Int32, Int32)
Prints a range of pages of a PDF file using the current printer and page settings
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference