BaseGenerationParameters

BaseGenerationParameters class

Namespace: Aspose.Barcode.Generation

Barcode image generation parameters.

Constructors

NameDescription
__construct

Properties

NameRead/WriteDescription
AutoSizeModeRead/WriteSpecifies the different types of automatic sizing modes. Default value: AutoSizeMode::NONE.
BackColorRead/WriteBackground color of the barcode image. Default value: #FFFFFF
BarcodeRead/WriteGets the BarcodeParameters that contains all barcode properties.
BorderRead-onlyGets the BorderParameters that contains all configuration properties for barcode border.
CaptionAboveRead/WriteCaption Above the BarCode image.
CaptionBelowRead/WriteCaption Below the BarCode image.
ImageRead-onlyImage parameters. See ImageParameters.
ImageHeightRead/WriteBarCode image height when AutoSizeMode property is set to AutoSizeMode::NEAREST or AutoSizeMode::INTERPOLATION.
ImageWidthRead/WriteBarCode image width when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode::INTERPOLATION.
ResolutionRead/WriteGets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi.
RotationAngleRead/WriteBarCode 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. This sample shows how to create and save a BarCode image.
UseAntiAliasRead/WriteGets a value indicating whether is used anti-aliasing mode to render image