LinearBarcode
Overview
LinearBarcode is a interface in Aspose.PDF FOSS for TypeScript.
1D barcode geometry: alternating bar/space run widths in unit modules.
Properties: kind, modules, quietLeft, quietRight, text.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
kind | : 'linear' | Read | Gets the kind. |
modules | : number[] | Read | Gets the modules. |
quietLeft | : number | Read | Gets the quiet left. |
quietRight | : number | Read | Gets the quiet right. |
text | : string | Read | Human-readable payload (for optional caption rendering). |