This document is archived and information here might be outdated. Recommended version. |
Controls the gap closure tolerance.
[Visual Basic .NET]
Public Property GapClosure As Double
[C#]
public double GapClosure {get; set;}
This property relates to the Gap Closure Tolerance textbox on the Vectorization Settings dialog.
Gap closure is the distance in pixels that gaps will be jumped. The value range for this parameter is from 1.0 to 1000.0
The corresponding property IVectorizationBatchProperties::UseGapClosure must be set to true for this value to be used.