Indicates how much smoothing to apply to vectorization.
[Visual Basic .NET] Public Property Smoothing As Double
[C#] public double Smoothing {get; set;}
Product Availability
Available with ArcGIS Desktop. Requires ArcScan Extension.
Description
This property relates to the Smoothing Weight textbox on the Vectorization Settings dialog.
Remarks
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.