Leadtools.Barcode.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
DuplicatedIndex Property
See Also 
Leadtools.Barcode Namespace > BarcodeData Class : DuplicatedIndex Property



(Read only) Returns the index of the first barcode that is a duplicate of the specified barcode.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property DuplicatedIndex As Integer
Visual Basic (Usage)Copy Code
Dim instance As BarcodeData
Dim value As Integer
 
value = instance.DuplicatedIndex
C# 
public int DuplicatedIndex {get;}
C++/CLI 
public:
property int DuplicatedIndex {
   int get();
}

Return Value

A zero based index of the first barcode that is a duplicate of the specified barcode.

Example

For an example, refer to BarcodeData.IsDuplicated example.

Remarks

To determine whether a barcode is duplicated, use the IsDuplicated property. If you know the index of a barcode within an array, you can get the index of the first duplicate of the specified barcode using GetFirstDuplicatedIndex method.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also

Leadtools.Barcode.CF requires a Barcode Module license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features