UNPKG

scanbot-web-sdk

Version:

Scanbot Web Document and Barcode Scanner SDK

10 lines (9 loc) 255 B
export declare class BarcodeCountStyleConfiguration { topLabelTop?: number; sheetHeight?: string; sheetTopMargin?: string; } export declare class BarcodeCountConfiguration { enabled?: boolean; style?: BarcodeCountStyleConfiguration; }