Gets the code text of the barcode, code text is the data encoded into the barcode image
Some barcode symbologies may require certain types of code text, such as UPCA and UPCE require numbers only
Gets the image quality of the barcode image, it's not recommended to use
the anti alias setting, that will make the barcode image harder to read by machine
Gets compaction mode of PDF417 barcode, available modes are PDF417CompactMode.AUTO, PDF417CompactMode.BINARY, PDF417CompactMode.NUMERIC, PDF417CompactMode.TEXT
Gets the resolution of the barcode image
Example
BarCodeBuilder b = new BarCodeBuilder();
b.getResolution().setDpiX(96);
b.getResolution().setDpiY(96);