PdfDocument Class |
Namespace: RadPdf.Data.Document
The PdfDocument type exposes the following members.
Name | Description | |
---|---|---|
![]() | BidiTextMode |
Gets or sets a value representing the PdfDocument's bidirectional text mode.
The default is LeftToRight.
|
![]() | CustomData |
Gets or sets a value representing the PdfDocument's custom data.
|
![]() | DocumentInfo |
Gets a PdfDocumentInfo class containing information about this PdfDocument's information.
|
![]() | DocumentProperties |
Gets a PdfDocumentProperties class containing common properties describing this document.
|
![]() | DocumentSecurity |
Gets a PdfDocumentSecurity class containing information about this PdfDocument's security.
|
![]() | Dpi |
Gets a value representing the PdfDocument's resolution.
|
![]() | EmbeddedFiles |
Gets a collection of all PdfEmbeddedFile object attached to this document.
|
![]() | Fields |
Gets a collection of all PdfField objects in this document.
|
![]() | IsLiteDocument |
Gets a value indicating whether this document is a Lite Document (created with PdfWebControlLite) or not (and hence created with PdfWebControl).
|
![]() | Pages |
Gets a collection of all PdfPage objects in this document.
|
Name | Description | |
---|---|---|
![]() | CheckRequiredFields |
Check that all required form fields are completed.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Export |
Exports the document (and any changes made by the PdfDocument) to an importable RAD PDF binary format.
|
![]() | ExportFormData |
Export the form field data in this document to a common PdfFieldDataFormat.
|
![]() | ExportObjects |
Export all objects in this document as an importable string.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ImportObjects(String) |
Imports all objects to this document from an importable string.
|
![]() | ImportObjects(String, PdfObjectImportSettings) |
Imports all objects to this document from an importable string.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |