IBarcodeGenerator class
IBarcodeGenerator class
Public interface for barcode custom generator. Implementation should be provided by user.
Remarks
Generator instance should be passed through the FieldOptions.barcode_generator property.
Methods
| Name | Description |
|---|---|
| get_barcode_image(parameters) | Generate barcode image using the set of parameters (for DisplayBarcode field). |
| get_old_barcode_image(parameters) | Generate barcode image using the set of parameters (for old-fashioned Barcode field). |
See Also
- module aspose.words.fields