IDocument<T> Interface Members
In This Topic
The following tables list the members exposed by IDocument<T>.
Public Properties
| Name | Description |
| CacheToDiskEnabled | CacheToDisk This make the pages collection use a temp file for the canvas item streams |
| CacheToDiskLocation | CacheToDiskLocation Specifies location of CacheToDisk files - can be physical path or "IsolatedStorage" to use IsolatedStorage. |
| InProgress | Determines whether the document is currently loaded. |
| Name | |
| Pages | Gets or sets a reference to the document's page. |
| Password | Gets or sets a password to protect the saved document file. |
| UserPreferences | Gets or sets the user preferences. |
Top
Public Methods
| Name | Description |
| Save | Overloaded. Saves document the specified stream. |
Top
Public Events
See Also