Sets the size of the single cell square of a 2D barcode. More...
Public Member Functions | |
IRuler | GetRuler () |
Ruler to use for cell size. More... | |
void | SetRuler (IRuler ruler) |
float | GetXdim () |
X dimension cell size (width). More... | |
void | SetXdim (float xdim) |
Sets the size of the single cell square of a 2D barcode.
The cell size refers to the size of the unit within the barcode and not the shape of the barcode.
IRuler com.UniPRT.Sdk.LabelMaker.Interface.ICellSquare.GetRuler | ( | ) |
Ruler to use for cell size.
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ACellSquare.
float com.UniPRT.Sdk.LabelMaker.Interface.ICellSquare.GetXdim | ( | ) |
X dimension cell size (width).
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ACellSquare.
Referenced by com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.AztecBarcode.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode.toString(), and com.UniPRT.Sdk.LabelMaker.PGL.QRBarcode.toString().
void com.UniPRT.Sdk.LabelMaker.Interface.ICellSquare.SetRuler | ( | IRuler | ruler | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ACellSquare.
void com.UniPRT.Sdk.LabelMaker.Interface.ICellSquare.SetXdim | ( | float | xdim | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ACellSquare.