LBarCode::SetReadOptions

Summary

Sets the barcode read options for the class object.

Syntax

#include "ltwrappr.h"

L_INT LBarCode::SetReadOptions (pBarCodeReadOpt)

Parameters

pBARCODEREADOPT pBarCodeReadOpt

Pointer to the BARCODEREADOPT structure that contains the barcode read options to be set.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

The read options set using LBarCode::SetReadOptions are used by the LBarCode::Read function to determine the type of barcodes to read and the behavior of the search process. Therefore, LBarCode::SetReadOptions must be called before calling the LBarCode::Read function.

To get the current barcode read options, call the LBarCode::GetReadOptions function.

Required DLLs and Libraries

See Also

Functions

Topics

Example

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

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.