Click or drag to resize

PdfDocument Class

Document class representing a PDF.
Inheritance Hierarchy
SystemObject
  RadPdf.Data.DocumentPdfDocument

Namespace:  RadPdf.Data.Document
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public sealed class PdfDocument

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
Methods
  NameDescription
Public methodCheckRequiredFields
Check that all required form fields are completed.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExport
Exports the document (and any changes made by the PdfDocument) to an importable RAD PDF binary format.
Public methodExportObjects
Export all objects in this document as an importable string.
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.)
Public methodImportObjects(String)
Imports all objects to this document from an importable string.
Public methodImportObjects(String, PdfObjectImportSettings)
Imports all objects to this document from an importable string.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also