This document is archived and information here might be outdated.  Recommended version.


IVectorizationBatchProperties.Compression Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcScan > ESRI.ArcGIS.ArcScan > Interfaces > IV > IVectorizationBatchProperties Interface > IVectorizationBatchProperties.Compression Property
ArcGIS Developer Help

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