VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / WebSvgEncoderSettings Class / detectDuplicatePaths Property
Syntax Requirements SeeAlso
In This Topic
    detectDuplicatePaths Property (WebSvgEncoderSettings)
    In This Topic
    Gets or sets a value indicating whether the drawing engine must detect duplicate paths.
    Syntax
    'Declaration
    
    Public Property detectDuplicatePaths As Boolean
    
    
    public bool detectDuplicatePaths { get; set; }
    
    
    public: __property bool get_detectDuplicatePaths();
    public: __property void set_detectDuplicatePaths(
    bool value
    );
    public:
    property bool detectDuplicatePaths { bool get(); void set(bool value); }

    Property Value

    Default value true.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also