This document is archived and information here might be outdated. Recommended version. |
Indicates how much smoothing to apply to vectorization.
[Visual Basic .NET]
Public Property Smoothing As Double
[C#]
public double Smoothing {get; set;}
This property relates to the Smoothing Weight textbox on the Vectorization Settings dialog.
Smoothing is a generalization process to smooth the resulting polylines or polygon boundaries after vectorization. The value is a 'weighting' factor used internally. Higher values results in smoother features. The value range for this parameter is from 0.1 to 50.0.
The corresponding property IVectorizationBatchProperties::UseSmoothing must be set to true for this value to be used.