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

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_DetectDuplicatePaths(value);

Parameters

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".
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also