BarcodeFrame: {
    barcodeProperties: {
        backgroundColor: ColorUsage;
        barColor: ColorUsage;
        barHeight: number;
        characterSet?: BarcodeCharacterSet;
        drawStartStopChars: boolean;
        enableBackground: boolean;
        enableBarColor: boolean;
        enableText: boolean;
        errorCorrectionLevel?: BarcodeErrorCorrectionLevel;
        magnification: number;
        quietZone: QuietZone;
    };
    barcodeType: BarcodeType;
    blendMode: BlendMode;
    id: Id;
    name: string;
    src?: BarcodeSource;
    type: barcode;
}

Type declaration