The label specification info.

LabelSpecification

interface LabelSpecification {
    labelFormat: "PNG";
    labelStockSize: "4x6";
}

Properties

labelFormat: "PNG"

The format of the label. Enum of PNG only for now.

LabelSpecification

labelStockSize: "4x6"

The label stock size specification in length and height. Enum of 4x6 only for now.

LabelSpecification