[]
Represents the document interface
public interface IDocument<out T> : IDisposable where T : Page, new()
Name | Description |
---|---|
T | Page Type |
Name | Description |
---|---|
CacheToDiskEnabled | Gets whether this make the pages collection should use a temp file for the canvas item streams |
CacheToDiskLocation | Gets or sets Specifies location of CacheToDisk files - can be physical path or "IsolatedStorage" to use IsolatedStorage. |
DocumentVersion | Gets the document version. |
InProgress | Gets or sets whether the document is currently loaded. |
Name | Gets or sets the name. |
Pages | Gets 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. |
Name | Description |
---|---|
Save(Stream, RdfFormat) | Saves document to the specified Stream. |
Save(Stream, RdfFormat, SaveOptions) | Saves document to the specified Stream. |
Name | Description |
---|---|
StateChanged | Event that occurs when the state is changed. |