DocumentXmlStandalone Property
An attribute specifying, as part of the XML declaration, whether this document is standalone. This is false when unspecified.

Namespace: Aspose.Svg.Dom
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
public bool XmlStandalone { get; set; }

Property Value

Type: Boolean
true if XML standalone; otherwise, false.
See Also