BarcodeClusterEditor
Defined in namespace Scandit.DataCapture.Barcode.Count.Capture
- BarcodeClusterEditor
class BarcodeClusterEditor : IDisposable
Added in version 8.6.0
Allows edition of clusters. If BarcodeCountSettings.ClusteringMode is set to ClusteringMode.Disabled, the methods in this class will do nothing.
- FormCluster()
voidFormCluster(IList<Barcode> barcodes)Added in version 8.6.0
Forms a cluster from the provided barcodes. This operation will fail if one of the barcodes is already part of a cluster.
- DissolveCluster()
voidDissolveCluster(Cluster cluster)Added in version 8.6.0
Dissolves the cluster.
- EndEditing()
voidEndEditing()Added in version 8.6.0
Notifies the editor that the user has finished cluster edition. Calling this is required in order to resume manual clustering.