get_DetectDuplicatePaths Method
Gets a value indicating whether the drawing engine must detect duplicate paths.
var instance = new Vintasoft.Imaging.WebSvgEncoderSettingsJS();
var value; // Type: boolean
value = instance.get_DetectDuplicatePaths();
function get_DetectDuplicatePaths() : boolean;
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".