BaseGenerationParameters

BaseGenerationParameters class

Barcode image generation parameters.

The BaseGenerationParameters type exposes the following members:

Properties

NameDescription
use_anti_aliasGets or sets a value indicating whether is used anti-aliasing mode to render image
resolutionGets or sets the resolution of the BarCode image.
One value for both dimensions.
Default value: 96 dpi.
rotation_angleBarCode 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.
caption_aboveCaption Above the BarCode image. See CaptionParameters.
caption_belowCaption Below the BarCode image. See CaptionParameters.
imageImage parameters. See ImageParameters.
auto_size_modeSpecifies the different types of automatic sizing modes.
Default value: AutoSizeMode.None.
image_heightBarCode image height when auto_size_mode property is set to AutoSizeMode.Nearest or AutoSizeMode.Interpolation.
image_widthBarCode image width when auto_size_mode property is set to AutoSizeMode.Nearest or AutoSizeMode.Interpolation.
barcodeGets the BarcodeParameters that contains all barcode properties.
borderGets the BorderParameters that contains all configuration properties for barcode border.

See Also