Optional barcode image parameters.
| Name | Type | Description | Notes |
|---|---|---|---|
| imageFormat | BarcodeImageFormat | [optional] | |
| textLocation | CodeLocation | [optional] | |
| foregroundColor | String | Specify the display color for bars and content. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value starting with #. For example: AliceBlue or #FF000000. Default value: Black. | [optional] |
| backgroundColor | String | Background color of the barcode image. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value starting with #. For example: AliceBlue or #FF000000. Default value: White. | [optional] |
| units | GraphicsUnit | [optional] | |
| resolution | Float | Resolution of the barcode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is a dot. | [optional] |
| imageHeight | Float | Height of the barcode image in the specified units. Default units: pixels. Decimal separator is a dot. | [optional] |
| imageWidth | Float | Width of the barcode image in the specified units. Default units: pixels. Decimal separator is a dot. | [optional] |
| rotationAngle | Integer | Barcode image rotation angle, measured in degrees. For example, RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle is not equal to 90, 180, 270, or 0, it may increase the difficulty for the scanner to read the image. Default value: 0. | [optional] |