Public Member Functions | |
| MaxicodeBarcode (IPoint start, IMaxicodeData data) | |
| IMaxicodeData | GetData () |
| The barcode content. | |
| RotateEnum | GetRotation () |
| IRuler | GetRuler () |
| The print resolution can be set in either inch or MM scale. Setting/Updating either scale results in updates to both. More... | |
| IPoint | GetStart () |
| Position where object starts. | |
| boolean | IsZipperPattern () |
| void | SetData (IMaxicodeData data) |
| void | SetRotation (RotateEnum rotation) |
| void | SetRuler (IRuler ruler) |
| void | SetStart (IPoint start) |
| void | SetZipperPattern (boolean zipperPattern) |
| String | ToString () |
| Returns the string that can be sent to printer. | |
| String | toString () |
|
inherited |
The print resolution can be set in either inch or MM scale. Setting/Updating either scale results in updates to both.
The print resolution must match the resolution of the printer. Incorrect printing will result if a resolution does not match the printer.
Implements IPositionRuler.