Leadtools.Workflow.Barcode Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
IsDuplicated Property
See Also 
Leadtools.Workflow.Barcode Namespace > BarcodeData Class : IsDuplicated Property



(Read-only) Gets a value that indicates whether the specified barcode is duplicated.

Syntax

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

Return Value

true, the barcode is duplicated; otherwise it is false.

Remarks

This property determines whether a barcode is duplicated in another location in the image.

LEADTOOLS provides a number of functions to let you work with duplicated barcodes. They let you:

  • Find the number of duplicates of a specific barcode.
  • Determine whether a specific barcode is duplicated.
  • Get the index of the first duplicated barcode.
  • Get the index of a subsequent barcode.

To determine whether a barcode is duplicated, use the IsDuplicated property. If a barcode is duplicated, the DuplicatedIndex property will return the index of the first barcode in the array after the specified barcode, which is a duplicate of the specified barcode. The DuplicateCount property will get the total number of barcodes duplicated for the current barcode.

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.Workflow.Barcode requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features