Sets the size of the single cell rectangle of a 2D barcode. More...
Public Member Functions | |
| float | GetYdim () |
| Y dimension cell size (height). More... | |
| void | SetYdim (float ydim) |
Public Member Functions inherited from com.UniPRT.Sdk.LabelMaker.Interface.ICellSquare | |
| 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 rectangle of a 2D barcode.
The cell size refers to the size of the unit within the barcode and not the shape of the barcode.
| float com.UniPRT.Sdk.LabelMaker.Interface.ICellRect.GetYdim | ( | ) |
Y dimension cell size (height).
Implemented in com.UniPRT.Sdk.LabelMaker.CellRect.
Referenced by com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode.toString(), and com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode.toString().
| void com.UniPRT.Sdk.LabelMaker.Interface.ICellRect.SetYdim | ( | float | ydim | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.CellRect.