BaseGenerationParameters
Contents
[
Hide
]
BaseGenerationParameters class
Barcode image generation parameters.
The BaseGenerationParameters type exposes the following members:
Properties
Name | Description |
---|---|
use_anti_alias | Gets or sets a value indicating whether is used anti-aliasing mode to render image |
back_color | Background color of the barcode image. Default value: Color.White. See aspose.pydrawing.Color. |
resolution | Gets or sets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. |
rotation_angle | 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. |
caption_above | Caption Above the BarCode image. See CaptionParameters. |
caption_below | Caption Below the BarCode image. See CaptionParameters. |
image | Image parameters. See ImageParameters. |
auto_size_mode | Specifies the different types of automatic sizing modes. Default value: AutoSizeMode.None. |
image_height | BarCode image height when auto_size_mode property is set to AutoSizeMode.Nearest or AutoSizeMode.Interpolation. |
image_width | BarCode image width when auto_size_mode property is set to AutoSizeMode.Nearest or AutoSizeMode.Interpolation. |
barcode | Gets the BarcodeParameters that contains all barcode properties. |
border | Gets the BorderParameters that contains all configuration properties for barcode border. |
See Also
- namespace aspose.barcode.generation
- assembly Aspose.BarCode