Public Member Functions | |
IRuler | GetRuler () |
Ruler to use for positioning and Height. More... | |
void | SetRuler (IRuler ruler) |
IBarWidths | GetBarWidths () |
Barcode magnification. Width of Narrow/Wide bars. More... | |
void | SetBarWidths (IBarWidths barWidths) |
boolean | IsPrintHumanReadable () |
Prints the PDF human readable at bottom of barcode. More... | |
void | SetPrintHumanReadable (boolean printHumanReadable) |
![]() | |
BarcodeTypeEnum_1D | GetBarcodeType () |
Identify the barcode type. Refer to BarcodeTypeEnum_1D for possible supported types. More... | |
void | SetBarcodeType (BarcodeTypeEnum_1D type) |
IBarWidths com.UniPRT.Sdk.LabelMaker.Interface.IBarcode_1D_Properties.GetBarWidths | ( | ) |
Barcode magnification. Width of Narrow/Wide bars.
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.
IRuler com.UniPRT.Sdk.LabelMaker.Interface.IBarcode_1D_Properties.GetRuler | ( | ) |
Ruler to use for positioning and Height.
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.
boolean com.UniPRT.Sdk.LabelMaker.Interface.IBarcode_1D_Properties.IsPrintHumanReadable | ( | ) |
Prints the PDF human readable at bottom of barcode.
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.
void com.UniPRT.Sdk.LabelMaker.Interface.IBarcode_1D_Properties.SetBarWidths | ( | IBarWidths | barWidths | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.
void com.UniPRT.Sdk.LabelMaker.Interface.IBarcode_1D_Properties.SetPrintHumanReadable | ( | boolean | printHumanReadable | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.
void com.UniPRT.Sdk.LabelMaker.Interface.IBarcode_1D_Properties.SetRuler | ( | IRuler | ruler | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.