UniPRT SDK  v1.0.0.0
IBarcode_1D_Properties Interface Reference
Inheritance diagram for IBarcode_1D_Properties:
IBarcodeType1D IBarcode1D ABarcode1D Barcode1D Barcode1D

Public Member Functions

BarcodeTypeEnum_1D GetBarcodeType ()
 Identify the barcode type. Refer to BarcodeTypeEnum_1D for possible supported types.
 
IBarWidths GetBarWidths ()
 Barcode magnification. Width of Narrow/Wide bars.
 
IRuler GetRuler ()
 Ruler to use for positioning and Height.
 
boolean IsPrintHumanReadable ()
 Prints the PDF human readable at bottom of barcode.
 
void SetBarcodeType (BarcodeTypeEnum_1D type)
 
void SetBarWidths (IBarWidths barWidths)
 
void SetPrintHumanReadable (boolean printHumanReadable)
 
void SetRuler (IRuler ruler)