GoDigram for .NET Framework and .NET Core
Northwoods.Go.Svg Namespace / GoSvgWriter Class / Scripting Property
In This Topic
    Scripting Property
    In This Topic
    Gets or sets whether to generate interactive or static SVG.
    Syntax
    public bool Scripting {get; set;}

    Property Value

    This defaults to true.
    Remarks
    Much of the interactive behavior depends on JavaScript (ECMAScript) code event handlers. By setting this property to false, this will avoid defining any event handlers on any SVG elements, generating script function definitions or external file references, and any additional SVG elements associated with interactive behavior.
    See Also