BaseGenerationParameters Class

Barcode image generation parameters.
Inheritance Hierarchy
SystemObject
  Aspose.BarCode.GenerationBaseGenerationParameters

Namespace:  Aspose.BarCode.Generation
Assembly:  Aspose.BarCode (in Aspose.BarCode.dll) Version: 20.11.0
Syntax
public class BaseGenerationParameters

The BaseGenerationParameters type exposes the following members.

Properties
  NameDescription
Public propertyAutoSizeMode
Specifies the different types of automatic sizing modes. Default value: AutoSizeMode.None.
Public propertyBackColor
Background color of the barcode image. Default value: Color.White. See Color.
Public propertyBarcode
Gets the BarcodeParameters that contains all barcode properties.
Public propertyBorder
Gets the BorderParameters that contains all configuration properties for barcode border.
Public propertyCaptionAbove
Caption Above the BarCode image. See CaptionParameters.
Public propertyCaptionBelow
Caption Below the BarCode image. See CaptionParameters.
Public propertyImageHeight
BarCode image height when AutoSizeMode property is set to AutoSizeMode.Nearest or AutoSizeMode.Interpolation.
Public propertyImageWidth
BarCode image width when AutoSizeMode property is set to AutoSizeMode.Nearest or AutoSizeMode.Interpolation.
Public propertyResolution
Gets or sets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi.
Public propertyCode exampleRotationAngle
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. Default value: 0.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also