Interface Location

Precise location of the barcode.

interface Location {
    left: number;
    top: number;
}

Properties

Properties

left: number
top: number