The size dimensions of the label.

DocumentSize

interface DocumentSize {
    length: number;
    unit: DocumentSizeUnitEnum;
    width: number;
}

Properties

Properties

length: number

The length of the document measured in the units specified.

DocumentSize

The unit of measurement.

DocumentSize

width: number

The width of the document measured in the units specified.

DocumentSize