IDocument Members
Provides methods to work with a document created with the IDocumentManagerService.Properties
| Name | Description |
|---|---|
| Content | Specifies the document content. |
| DestroyOnClose | Specifies whether to release the memory reserved for the document after it is closed. |
| Id | Specifies the document ID. |
| Title | Specifies the document title. |
Methods
| Name | Description |
|---|---|
| Close(Boolean) | Closes the document. |
| Hide() | Hides the document. |
| Show() | Shows the document. |
See Also