IBarCodeGeneratorControl Interface

IBarCodeGeneratorControl for TypeConverters

Namespace:  Aspose.BarCode.Windows.Forms
Assembly:  Aspose.BarCode (in Aspose.BarCode.dll) Version: 20.11.0
Syntax
public interface IBarCodeGeneratorControl

The IBarCodeGeneratorControl type exposes the following members.

Properties
  NameDescription
Public propertyEncodeType
BarCode's encode type (symbology).
Public propertyRotationAngle
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.
See Also