STRICH Barcode Scanning SDK API Reference
    Preparing search index...

    Interface Size

    The size of a bounding box, represented by its width and height.

    interface Size {
        height: number;
        width: number;
    }
    Index

    Properties

    Properties

    height: number

    The height in pixels.

    width: number

    The width in pixels.