VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging Namespace / WebSvgEncoderSettingsJS type / get_DetectDuplicatePaths Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_DetectDuplicatePaths Method
In This Topic
Gets a value indicating whether the drawing engine must detect duplicate paths.
Syntax
var instance = new Vintasoft.Imaging.WebSvgEncoderSettingsJS();

var value; // Type: boolean
value = instance.get_DetectDuplicatePaths();

Return Value

True - SVG drawing engine detects duplicate paths and creates more optimal content; False - SVG drawing engine does NOT detect duplicate paths and saves content "as is".
Browser Compatibility
56+
45+
11
See Also