Name | Description | |
---|---|---|
![]() | GetDocument | Gets the document displayed by this view. |
![]() | LoadFromFileAsync | Overloaded. Loads a document from the file with the given name. |
![]() | LoadFromStream | Loads a document from the given stream. |
![]() | NewDocumentAsync | Loads a new document in the view. |
![]() | OpenFileAsync | Loads the document from a file, that the user selected from an OpenFile dialog. |
![]() | SaveAsAsync | Saves the view document to a file specified by the user. |
![]() | SaveAsync | Saves the view document to a file specified by the user. |
![]() | SaveToFileAsync | Overloaded. Saves the document to the given file. |
![]() | SaveToStream | Saves the document to the specified stream. |