ArcObjects Library Reference (ArcScan)  

IVectorizationBatchProperties.Compression Property

Indicates how much compression to apply to vectorization.

[Visual Basic .NET]
Public Property Compression As Double
[C#]
public double Compression {get; set;}

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Description

This property relates to the Compression textbox on the Vectorization Settings dialog.

Remarks

Compression is a generalization process to reduce the number of vertices produced in a polyline or polygon boundary. The value is a 'weighting' factor used internally. Higher values results in less vertices. The value range for this property is from 0.001 to 50.0.

The corresponding property IVectorizationBatchProperties::UseCompression must be set to true for this value to be used.

See Also

IVectorizationBatchProperties Interface