BaseGenerationParameters Class |
Namespace: Aspose.BarCode.Generation
The BaseGenerationParameters type exposes the following members.
Name | Description | |
---|---|---|
![]() | AutoSizeMode |
Specifies the different types of automatic sizing modes.
Default value: AutoSizeMode.None.
|
![]() | BackColor |
Background color of the barcode image.
Default value: Color.White.
See Color.
|
![]() | Barcode |
Gets the BarcodeParameters that contains all barcode properties.
|
![]() | Border |
Gets the BorderParameters that contains all configuration properties for barcode border.
|
![]() | CaptionAbove |
Caption Above the BarCode image. See CaptionParameters.
|
![]() | CaptionBelow |
Caption Below the BarCode image. See CaptionParameters.
|
![]() | ImageHeight |
BarCode image height when AutoSizeMode property is set to AutoSizeMode.Nearest or AutoSizeMode.Interpolation.
|
![]() | ImageWidth |
BarCode image width when AutoSizeMode property is set to AutoSizeMode.Nearest or AutoSizeMode.Interpolation.
|
![]() | Resolution |
Gets or sets the resolution of the BarCode image.
One value for both dimensions.
Default value: 96 dpi.
|
![]() ![]() | 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.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |