PdfDocument Properties |
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.
|