UniPRT SDK  v1.0.0.0
ABarcode1D Class Referenceabstract
Inheritance diagram for ABarcode1D:
IBarcode1D IBarcode_1D_Properties IBarcodeType1D Barcode1D Barcode1D

Public Member Functions

void AddBarcode (IBarcodeItem barcode)
 
List< IBarcodeItemGetBarcodes ()
 List of barcode items that use the same settings.
 
BarcodeTypeEnum_1D GetBarcodeType ()
 Identify the barcode type. Refer to BarcodeTypeEnum_1D for possible supported types.
 
IBarWidths GetBarWidths ()
 Barcode magnification. Width of Narrow/Wide bars.
 
RotateEnum GetRotation ()
 
IRuler GetRuler ()
 Ruler to use for positioning and Height.
 
boolean IsPrintHumanReadable ()
 Prints the PDF human readable at bottom of barcode.
 
void SetBarcodes (List< IBarcodeItem > barcodes)
 
void SetBarcodeType (BarcodeTypeEnum_1D barcodeType)
 
void SetBarWidths (IBarWidths barWidths)
 
void SetPrintHumanReadable (boolean printHumanReadable)
 
void SetRotation (RotateEnum rotation)
 
void SetRuler (IRuler ruler)
 
String ToString ()
 Returns the string that can be sent to printer.
 

Protected Member Functions

 ABarcode1D (IBarcodeItem barcode)