Xceed Chart for WinForms v4.4 Documentation
WriteStartDocument() Method


Xceed.Chart.Utilities.v4.4 Assembly > Xceed.Chart.Utilities Namespace > XmlNodeWriter Class > WriteStartDocument Method : WriteStartDocument() Method
Writes the XmlDeclaration node with a standalone attribute. This is only allowed when the writer is in the Start state, which only happens if the writer was constructed with an XmlDocument object.
Syntax
'Declaration
 
Public Overloads Overrides Sub WriteStartDocument() 
'Usage
 
Dim instance As XmlNodeWriter
 
instance.WriteStartDocument()
public override void WriteStartDocument()
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XmlNodeWriter Class
XmlNodeWriter Members
Overload List
Base Implementation in WriteStartDocument()