Interface WriterOptionsBarCodes

interface WriterOptionsBarCodes {
    content: string;
    location?: Location;
    position?: GenericPositioning;
}

Hierarchy

  • WriterOptions
    • WriterOptionsBarCodes

Properties

content: string

The content of the barcode.

location?: Location

Precise top and left location of the created barcode.

Generic positioning of the created barcode.