The BarCodePainter type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BarCodePainter | Initializes a new instance of the BarCodePainter class.  | 
Methods
| Name | Description | |
|---|---|---|
| DrawBarCode | Draws the barcode based on the specified graphics parameters in the specified rectangle.  | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ToString | (Inherited from Object.) | 
Properties
| Name | Description | |
|---|---|---|
| BackColor | Gets or sets the color of spaces between the bars (the background color).  | |
| BarCodeSize | ||
| BarColor | Gets or sets the bars color (the foreground color).  | |
| BarPoint | Gets or sets bar point.  | |
| BarRatio | Gets or sets bar ratio for barcode, default value 2.0f.  | |
| CheckSumm | Gets or sets whether a check sum should be calculated for the current instance of BarCodePainter.  | |
| Code | Gets or set the value coded in the BarCodePainter object.  | |
| CodeType | Gets or sets the type of barcode.  | |
| Font | Gets or sets the barcode label font.  | |
| LabelPosition | Label position for the current instance of BarCodePainter.  | |
| MicroQRCodeSettings | ||
| Modul | Gets or sets module, values from 1 to 49 are allowed.  | |
| Pdf417Settings | Gets or sets Pdf417Settings object that represents barcode settings.  | |
| QRCodeSettings | ||
| ShowCheckDigit | Gets or sets whether the check sum should be drawn in the label.  | |
| ShowLabel | Gets or sets whether the label should be drawn for the current instance of BarCodePainter.  | |
| TextColor | Gets or sets the text label color.  |