Writes the XML base.
Syntax
'Declaration
Protected Overridable Sub WriteXmlBase( _
ByVal As XmlWriter _
)
'Usage
Dim instance As PrintInfo
Dim writer As XmlWriter
instance.WriteXmlBase(writer)
protected virtual void WriteXmlBase(
XmlWriter
)
Parameters
- writer
- The writer.
See Also