Gets or sets whether to exclude any XML instructions before the root element.
public bool Fragment {get; set;}
Property Value
The default value is false, which causes
GenerateInstructions to be called to produce a self-contained XML document. A value of true only produces the root SVG element.