LBarCode::GetDuplicatedCount

Summary

Gets the total number of barcodes, within the class object's barcode data array, that are duplicates of the barcode at the specified index.

Syntax

#include "ltwrappr.h"

L_INT LBarCode::GetDuplicatedCount (nIndex)

Parameters

L_INT nIndex

Index of a barcode in the class object's barcode data array. This index is zero-based. nIndex must be >= 0 and less than the total number of barcodes read using the LBarCode::Read function.

Returns

Value Meaning
>0 Total count of duplicated barcodes
<=0 An error occurred. Refer to Return Codes.

Comments

The LBarCode::Read function returns the total number of barcodes read.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For complete sample code, refer to the BarCode demo.
For an example, refer to LBarCode::GetFirstDuplicated.

Help Version 22.0.2022.12.8
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Barcode C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.