BarcodeOptions Properties
Contains barcode options.| Name | Description |
|---|---|
| BackColor | Gets or sets the background color of a barcode image. |
| BarHeight | Gets or sets the height of bars in a barcode. |
| BorderColor | Gets or sets the border color of the barcode image. |
| BorderDashStyle | Gets or sets the dash style for the barcode border. |
| BorderStyle | Gets or sets the barcode style. |
| BorderWidth | Specifies the border width of the bar code image. |
| CodeTextHorizontalAlignment | Get or sets the horizontal alignment of the bar code text within the bar code image. |
| CodeTextVerticalAlignment | Get or sets the vertical alignment of the bar code text within the bar code image. |
| Dpi | Gets or sets the dpi value used to render the bar code. |
| Footer | Gets or sets the footer label for the barcode. |
| ForeColor | Gets or sets the bar’s color on the barcode image. |
| Header | Gets or sets the header label for the barcode. |
| Height | Gets or sets the barcode height, in pixels. |
| Margin | Gets or sets bar code image margins. |
| ModuleSize | Gets or sets the width of the narrowest bar or space in the bar code. |
| Padding | Gets or sets bar code image paddings. |
| RightToLeft | Gets or sets whether the barcode text is rendered from right to left. |
| RotationAngle | Gets or sets the number of degrees the bar code is rotated around the z-axis. |
| ShowText | Indicates whether the code text is shown. |
| Sides | Gets or sets barcode sides that display the border. |
| SizeMode | Gets or sets how the control applies the specified width and height to the barcode. |
| TextFont | Gets or sets the font used to draw barcode text. |
| TextRenderingHint | Gets or sets the text rendering quality. |
| Unit | Gets or sets the unit of measurement for bar code settings. |
| Width | Gets or sets the barcode width, in pixels |
| WordWrap | Gets or sets whether barcode text wraps if it overflows the barcode width. |
See Also