Creates and inserts a new barcode inline, which means that it is treated in the text like a single character. The barcode is inserted at the specified text input position.
<void> BarcodeCollection.addInline(<RequestBarcodeFrameCallback> callback, [<ErrorCallback> errorCallback], <BarcodeType> barcodeType, <string> text, [<number> textPosition])| Parameter | Description |
|---|---|
| callback | The newly created barcode object is returned via this callback function. |
| error |
Optional. Is called when the operation failed with an error. |
| barcode |
The barcode type. |
| text | The text the barcode should encrypt. |
| text |
Optional. Specifies the text position at which the barcode is to be inserted. If -1 or no value is specified, the barcode is inserted at the current input position. |