BarcodeSpec
Overview
BarcodeSpec is a class in Aspose.PDF FOSS for TypeScript.
Which barcode to draw.
Properties: data, ecc, type, version.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
type | : 'code128' | Read | Gets the type. |
data | : string | Read | Gets the data. |
type | : 'ean13' | 'upca' | 'ean8' | Read | Gets the type. |
data | : string | Read | Gets the data. |
type | : 'qr' | Read | Gets the type. |
data | : string | Read | Gets the data. |
ecc | : QrEcc | Read | Gets the ecc. |
version | : number | Read | Gets the version. |