WriteXml Method
WriteXml(XmlWriter)
Saves the document settings into an System.Xml.XmlWriter.
Declaration
public void WriteXml(XmlWriter xw)
Public Sub WriteXml(xw As XmlWriter)
Parameters
| Type |
Name |
Description |
| XmlWriter |
xw |
System.Xml.XmlWriter where the document settings will be saved.
|