GoDiagram Web Reference
Scripting Property

Gets or sets whether to generate interactive or static SVG.
Syntax
'Declaration
 
Public Property Scripting As Boolean
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoSvgWriter Class
GoSvgWriter Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback