| DocumentXmlStandalone Property |
An attribute specifying, as part of the XML declaration, whether this document is standalone. This is false when unspecified.
Namespace: Aspose.Svg.DomAssembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntaxpublic bool XmlStandalone { get; set; }Public Property XmlStandalone As Boolean
Get
Set
public:
property bool XmlStandalone {
bool get ();
void set (bool value);
}member XmlStandalone : bool with get, set
Property Value
Type:
Booleantrue if XML standalone; otherwise,
false.
See Also