This document is archived and information here might be outdated. Recommended version. |
Indicates if vectorization will use gap closure.
[Visual Basic .NET]
Public Property UseGapClosure As Boolean
[C#]
public bool UseGapClosure {get; set;}
This property relates to the Gap Closure Tolerance checkbox on the Vectorization Settings dialog.
If this value is true gaps will be jumped during vectorization. The distance a gap will be jumped is set by the value of IVectorizationBatchProperties::GapClosure.