Leadtools.Barcode Requires Barcode add-on license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.12
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;}
Managed Extensions for C++ 
public: __property int get_DuplicatedIndex();
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 BarcodeData.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 by calling the GetFirstDuplicatedIndex method.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

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