PdfPrintDocument ClassTerminal Works - PDF Printing.Net Library
Provides functionality for working with a PDF document.
Inheritance Hierarchy

SystemObject
  PdfPrintingNetPdfPrintDocument

Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public class PdfPrintDocument : IDisposable

The PdfPrintDocument type exposes the following members.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the PdfPrintDocument
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the PdfPrintDocument and optionally releases the managed resources
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetFileVersion
Gets the PDF file version.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetPDFProperty
Gets the data for the specified property.
Public methodGetPermissionProperties
Gets the document permissions for this PDF.
Public methodGetText
Gets the text from the specified page.
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 methodSearch(String, Boolean, Boolean)
Searches the PDF for the specified text.
Public methodSearch(String, Boolean, Boolean, Int32)
Searches the PDF for the specified text.
Public methodSearch(String, Boolean, Boolean, Int32, Int32)
Searches the PDF for the specified text.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyBookmarks
Bookmarks stored in this PdfFile.
Public propertyDocumentPermissions
Document permissions for this PDF.
Public propertyDocumentProperties
Gets the document properties.
Public propertyFileContent
File stream from which this instance originated. Will be null if originated from file name.
Public propertyFileName
File name from which this instance originated. Will be blank if originated from stream.
Public propertyFileSize
File size of PDF document.
Public propertyPages
Pages in this PDF document.
Public propertyPassword
Password for the PDF document. Can be empty.
Top
See Also

Reference