Click or drag to resize

PdfDocument Properties

The PdfDocument type exposes the following members.

Properties
  NameDescription
Public propertyBidiTextMode
Gets or sets a value representing the PdfDocument's bidirectional text mode. The default is LeftToRight.
Public propertyCustomData
Gets or sets a value representing the PdfDocument's custom data.
Public propertyDocumentInfo
Gets a PdfDocumentInfo class containing information about this PdfDocument's information.
Public propertyDocumentProperties
Gets a PdfDocumentProperties class containing common properties describing this document.
Public propertyDocumentSecurity
Gets a PdfDocumentSecurity class containing information about this PdfDocument's security.
Public propertyDpi
Gets a value representing the PdfDocument's resolution.
Public propertyFields
Gets a collection of all PdfField objects in this document.
Public propertyIsLiteDocument
Gets a value indicating whether this document is a Lite Document (created with PdfWebControlLite) or not (and hence created with PdfWebControl).
Public propertyPages
Gets a collection of all PdfPage objects in this document.
Top
See Also