interface BarcodeProperties {
    backgroundColor?: ColorUsage;
    barColor?: ColorUsage;
    barHeight?: string;
    characterSet?: BarcodeCharacterSet;
    drawStartStopChars?: boolean;
    enableBackground?: boolean;
    enableBars?: boolean;
    enableText?: boolean;
    errorCorrectionLevel?: BarcodeErrorCorrectionLevel;
    magnification?: number;
    quietZone?: QuietZoneDeltaUpdate;
}

Properties

backgroundColor?: ColorUsage
barColor?: ColorUsage
barHeight?: string
characterSet?: BarcodeCharacterSet
drawStartStopChars?: boolean
enableBackground?: boolean
enableBars?: boolean
enableText?: boolean
errorCorrectionLevel?: BarcodeErrorCorrectionLevel
magnification?: number