[]
Reads the document settings from an System.Xml.XmlReader.
public void ReadXml(XmlReader xr)
| Type | Name | Description |
|---|---|---|
| XmlReader | xr | System.Xml.XmlReader that contains the document settings. |
Reads the document settings from a file.
public void ReadXml(string path)
| Type | Name | Description |
|---|---|---|
| string | path | Name of the file that contains the document settings. |