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


IVectorizationBatchProperties.UseCompression 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.UseCompression Property
ArcGIS Developer Help

IVectorizationBatchProperties.UseCompression Property

Indicates if vectorization will use compression.

[Visual Basic .NET]
Public Property UseCompression As Boolean
[C#]
public bool UseCompression {get; set;}

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Description

This property relates to the Compression Tolerance checkbox on the Vectorization Settings dialog.

Remarks

If this value is true, compression will be applied to the vectorized features according to the value of IVectorizationBatchProperties::Compression

See Also

IVectorizationBatchProperties Interface