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);
function set_DetectDuplicatePaths(
: boolean
) : any;
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
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also