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



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

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; false, the barcode is not duplicated.

Remarks

This property determines if a barcode is duplicated in another location in the image. If the specified barcode is duplicated, you can get the duplicated barcode index using DuplicatedIndex property and to get the next duplicated barcode use GetNextDuplicated method. If you know the index of a duplicated barcode, you can get the first duplicate of that 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