align property
The alignment of the QR code on the page or print area.
align determines how the QR code will be positioned relative to the page or printing area. The alignment options are defined in the SunmiPrintAlign enum.
- LEFT: Align the QR code to the left.
- CENTER: Align the QR code to the center.
- RIGHT: Align the QR code to the right.
Default value is SunmiPrintAlign.CENTER.
Implementation
final SunmiPrintAlign align;