Aspose::BarCode::Generation::BaseGenerationParameters class
Contents
[
Hide
]BaseGenerationParameters class
Barcode image generation parameters.
class BaseGenerationParameters : public System::Object
Methods
Method | Description |
---|---|
get_AutoSizeMode() const | Specifies the different types of automatic sizing modes. Default value: AutoSizeMode.None. |
get_BackColor() | Background color of the barcode image. Default value: Color.White. See Color. |
get_Barcode() const | Gets the BarcodeParameters that contains all barcode properties. |
get_Border() const | Gets the BorderParameters that contains all configuration properties for barcode border. |
get_CaptionAbove() const | Caption Above the BarCode image. See CaptionParameters. |
get_CaptionBelow() const | Caption Below the BarCode image. See CaptionParameters. |
get_Image() const | Image parameters. See ImageParameters. |
get_ImageHeight() const | BarCode image height when AutoSizeMode property is set to AutoSizeMode.Nearest or AutoSizeMode.Interpolation. |
get_ImageWidth() const | BarCode image width when AutoSizeMode property is set to AutoSizeMode.Nearest or AutoSizeMode.Interpolation. |
get_Resolution() | Gets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. |
get_RotationAngle() | 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. |
get_UseAntiAlias() | Gets a value indicating whether is used anti-aliasing mode to render image. |
set_AutoSizeMode(Aspose::BarCode::Generation::AutoSizeMode) | Specifies the different types of automatic sizing modes. Default value: AutoSizeMode.None. |
set_BackColor(System::Drawing::Color) | Background color of the barcode image. Default value: Color.White. See Color. |
set_ImageHeight(System::SharedPtr<Unit>) | BarCode image height when AutoSizeMode property is set to AutoSizeMode.Nearest or AutoSizeMode.Interpolation. |
set_ImageWidth(System::SharedPtr<Unit>) | BarCode image width when AutoSizeMode property is set to AutoSizeMode.Nearest or AutoSizeMode.Interpolation. |
set_Resolution(float) | Sets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. |
set_RotationAngle(float) | 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. |
set_UseAntiAlias(bool) | Sets a value indicating whether is used anti-aliasing mode to render image. |
See Also
- Namespace Aspose::BarCode::Generation
- Library Aspose.BarCode for C++