BarcodeSpec

Overview

BarcodeSpec is a class in Aspose.PDF FOSS for TypeScript.

Which barcode to draw.

Properties: data, ecc, type, version.

Properties

NameTypeAccessDescription
type: 'code128'ReadGets the type.
data: stringReadGets the data.
type: 'ean13' | 'upca' | 'ean8'ReadGets the type.
data: stringReadGets the data.
type: 'qr'ReadGets the type.
data: stringReadGets the data.
ecc: QrEccReadGets the ecc.
version: numberReadGets the version.