public interface IBarCodeGeneratorControl
Modifier and Type | Method and Description |
---|---|
BaseEncodeType |
getBarcodeType()
BarCode's encode type (symbology).
|
float |
getRotationAngle()
BarCode image rotation angle, measured in degree, e.g.
|
void |
setBarcodeType(BaseEncodeType value)
BarCode's encode type (symbology).
|
void |
setRotationAngle(float value)
BarCode image rotation angle, measured in degree, e.g.
|
BaseEncodeType getBarcodeType()
void setBarcodeType(BaseEncodeType value)
float getRotationAngle()
void setRotationAngle(float value)