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