GoDigram for .NET Framework and .NET Core
Northwoods.Go.Svg Namespace / GoSvgWriter Class / Fragment Property
In This Topic
    Fragment Property
    In This Topic
    Gets or sets whether to exclude any XML instructions before the root element.
    Syntax
    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.
    See Also