[]
Loads the current document from a stream.
public void Load(Stream stream)
Type | Name | Description |
---|---|---|
Stream | stream | The stream from which to load the document. |
Loads the current document from a file.
public void Load(string fileName)
Type | Name | Description |
---|---|---|
string | fileName | The source file name. |