'Declaration <DefaultValueAttribute(True)> Public Property DetectDuplicatePaths As Boolean
[DefaultValue(True)] public bool DetectDuplicatePaths { get; set; }
[DefaultValue(True)] public: __property bool get_DetectDuplicatePaths(); public: __property void set_DetectDuplicatePaths(
bool value
);
Property 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".