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


Xceed.Chart.Utilities.v4.4 Assembly > Xceed.Chart.Utilities Namespace > XmlNodeWriter Class > WriteStartDocument Method : WriteStartDocument(Boolean) Method
If true, standalone attribute has value "yes" otherwise it has the value "no".
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( _
   ByVal standalone As Boolean _
) 
'Usage
 
Dim instance As XmlNodeWriter
Dim standalone As Boolean
 
instance.WriteStartDocument(standalone)
public override void WriteStartDocument( 
   bool standalone
)

Parameters

standalone
If true, standalone attribute has value "yes" otherwise it has the value "no".
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(Boolean)