[]
Saves the document settings into an XmlWriter.
public void WriteXml(XmlWriter xw)
Type | Name | Description |
---|---|---|
XmlWriter | xw | XmlWriter where the document settings will be saved. |
Saves the document settings into an Xml file.
public void WriteXml(string path)
Type | Name | Description |
---|---|---|
string | path | Name of the file to save. |