The IDocumentBase interface includes basic methods used to load and save the data into the Document.
Method name | Brief description | |
GetAsStream | The GetAsStream method creates a new stream connected to the given document. | |
LoadFromFile | The LoadFromFile method loads the given file into the document. | |
LoadFromStream | The LoadFromStream method loads the stream content into the document. | |
SaveToFile | The SaveToFile method saves the document contents into the file on the disk. | |
SaveToStream | The SaveToStream method saves the document content into the stream. |
See also: