| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property DuplicatedIndex As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int DuplicatedIndex {get;} | |
Return Value
A zero based index of the first barcode that is a duplicate of the specified barcode.For an example, refer to BarcodeData.IsDuplicated example.
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.
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code