IDocumentViewModel Properties
Provides settings to a document’s view model.| Name | Description |
|---|---|
| CanChangePageSettings | Indicates whether the document’s page settings can be changed. |
| CanStopPageBuilding | Indicates whether document page building can be stopped. |
| DefaultExportFormat | Specifies the default file format for exporting documents. |
| DefaultFileName | Gets or sets the file name to which a document is exported by default. |
| DefaultSendFormat | Specifies the default file format for emailing documents. |
| EditingFields | Provides access to the document’s collection of editing fields. |
| HasBookmarks | Indicates whether the document contains any bookmarks. |
| InitialDirectory | Gets or sets the file path to which a document is exported by default. |
| IsCreated | Indicates whether the document creation has been completed. |
| IsCreating | Indicates whether the document creation is still in progress. |
| IsLoaded | Indicates whether the document loading has completed. |
| Pages | Provides access to the document’s collection of pages. |
| PageSettings | Provides access to the document’s page settings. |
| PrintingSystem | Provides access to the report’s Printing System that was used to generate the displayed document. |
| UseAsyncDocumentCreation | |
| Watermarks |
See Also