Barcode image optional parameters
Name | Type | Description | Notes |
---|---|---|---|
image_format | \Aspose\BarCode\Model\BarcodeImageFormat | [optional] | |
text_location | \Aspose\BarCode\Model\CodeLocation | [optional] | |
foreground_color | string | Specify the displaying bars and content Color. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: Black. | [optional] [default to 'Black'] |
background_color | string | Background color of the barcode image. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: White. | [optional] [default to 'White'] |
units | \Aspose\BarCode\Model\GraphicsUnit | [optional] | |
resolution | float | Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. | [optional] |
image_height | float | Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional] |
image_width | float | Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional] |
rotation_angle | int | 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. | [optional] |