Non-default parameters for 1D barcodes. Different barcode types have different parameters that a user may want to customize.
Each of the following will need their own interface if we want to expose all 1D TSPL parameters:
.
More...
Public Member Functions | |
float | GetHeight () |
Optional Height, Hn[.m], based on TSPL documentation. | |
String | GetMagnification () |
Optional magnification, MAG, based on TSPL documentation. | |
TSPL.Rotation | GetRotation () |
Optional rotation, DIR, based on TSPL documentation. | |
TSPL.Barcode_Type1D | getType () |
Sets the barcode type for which the parameters apply to. | |
boolean | IsPrintHumanReadable () |
Prints the PDF human readable at bottom of barcode. | |
boolean | IsPrintHumanReadableOnTop () |
Not Supported. | |
void | SetHeight (float height) |
void | SetMagnification (String magnification) |
void | SetPrintHumanReadable (boolean printHumanReadable) |
void | SetPrintHumanReadableOnTop (boolean printHumanReadableOnTop) |
void | SetRotation (TSPL.Rotation rotation) |
void | SetType (TSPL.Barcode_Type1D type) |
Non-default parameters for 1D barcodes. Different barcode types have different parameters that a user may want to customize.
Each of the following will need their own interface if we want to expose all 1D TSPL parameters:
.