Xceed Chart for WinForms v4.4 Documentation
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".


WriteStartDocument(Boolean) 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( _
   ByVal standalone As Boolean _
) 
 
'Usage
 
Dim instance As XmlNodeWriter
Dim standalone As Boolean
 
instance.WriteStartDocument(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