GoDigram for .NET Framework and .NET Core
Northwoods.Go.Svg Namespace / GoSvgWriter Class / GenerateInstructions Method
In This Topic
    GenerateInstructions Method (GoSvgWriter)
    In This Topic
    Produce any XML instructions that precede the "svg" root element.
    Syntax
    protected override void GenerateInstructions()
    Remarks
    If Fragment is false, produce an XML version instruction and a DOCTYPE declaration. This does nothing if Fragment is true.
    See Also