Non-default parameters for 1D barcodes. More...
Public Member Functions | |
float | GetHeight () |
Optional Height, Hn[.m], based on PGL documentation. | |
String | GetMagnification () |
Optional magnification, MAG, based on PGL documentation. | |
PGL.Rotation | GetRotation () |
Optional rotation, DIR, based on PGL documentation. | |
PGL.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 () |
Prints the PDF human readable at top of barcode. | |
void | SetHeight (float height) |
void | SetMagnification (String magnification) |
void | SetPrintHumanReadable (boolean printHumanReadable) |
void | SetPrintHumanReadableOnTop (boolean printHumanReadableOnTop) |
void | SetRotation (PGL.Rotation rotation) |
void | SetType (PGL.Barcode_Type1D type) |
Non-default parameters for 1D barcodes.