Package com.aspose.barcode.component
Interface IBarCodeGeneratorControl
- All Known Implementing Classes:
BarcodeGeneratorView
public interface IBarCodeGeneratorControl
IBarCodeGeneratorControl for TypeConverters
-
Method Summary
Modifier and TypeMethodDescriptionBarCode's encode type (symbology).floatBarCode image rotation angle, measured in degree, e.g.voidsetBarcodeType(BaseEncodeType value) BarCode's encode type (symbology).voidsetRotationAngle(float value) BarCode image rotation angle, measured in degree, e.g.
-
Method Details
-
getBarcodeType
BaseEncodeType getBarcodeType()BarCode's encode type (symbology). -
setBarcodeType
BarCode's encode type (symbology). -
getRotationAngle
float getRotationAngle()BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. -
setRotationAngle
void setRotationAngle(float value) BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image.
-