|
iDRS™ SDK 16
|
Interface for CBarcodePageParams wrapper. More...
Go to the source code of this file.
Functions | |
| CBarcodePageParams | CBarcodePageParams_Create (idrs_exception *pargException) |
| Creates a new instance of this class. | |
| CBarcodePageParams | CBarcodePageParams_Create2 (const CBarcodeContext argBarcodeContext, idrs_exception *pargException) |
| Creates a new instance of this class and sets the associated. | |
| CBarcodeContext | CBarcodePageParams_GetContext (const CBarcodePageParams argCBarcodePageParams, idrs_exception *pargException) |
| Gets the associated barcode context. | |
| void | CBarcodePageParams_SetContext (CBarcodePageParams argCBarcodePageParams, const CBarcodeContext argContext, idrs_exception *pargException) |
| Sets the associated barcode context. | |
| void | CBarcodePageParams_Destroy (CBarcodePageParams argCBarcodePageParams, idrs_exception *pargException) |
| Destroys a CBarcodePageParams handle. | |
Interface for CBarcodePageParams wrapper.
| CBarcodePageParams CBarcodePageParams_Create | ( | idrs_exception * | pargException | ) |
Creates a new instance of this class.
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| CBarcodePageParams CBarcodePageParams_Create2 | ( | const CBarcodeContext | argBarcodeContext, |
| idrs_exception * | pargException | ||
| ) |
Creates a new instance of this class and sets the associated.
| argBarcodeContext | Barcode context to set |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
By default the associated barcode context enables all available barcode types (license permitting)
| void CBarcodePageParams_Destroy | ( | CBarcodePageParams | argCBarcodePageParams, |
| idrs_exception * | pargException | ||
| ) |
Destroys a CBarcodePageParams handle.
| argCBarcodePageParams | CBarcodePageParams handle to destroy |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| CBarcodeContext CBarcodePageParams_GetContext | ( | const CBarcodePageParams | argCBarcodePageParams, |
| idrs_exception * | pargException | ||
| ) |
Gets the associated barcode context.
The barcode context allows setting the list of barcodes that can be detected by the barcode engine, barcode size range & encodings
| argCBarcodePageParams | CBarcodePageParams handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CBarcodePageParams_SetContext | ( | CBarcodePageParams | argCBarcodePageParams, |
| const CBarcodeContext | argContext, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the associated barcode context.
The barcode context allows setting the list of barcodes that can be detected by the barcode engine, barcode size range & encodings
| argCBarcodePageParams | CBarcodePageParams handle |
| argContext | Associated barcode context |
| pargException | Pointer to exception structure that will be filled if an exception occurs |