NBarcodePainter Class Members
In This Topic
The following tables list the members exposed by NBarcodePainter.
Public Properties
| Name | Description |
| BackgroundFill | Gets/Sets the background fill of the barcode. |
| Text | Gets/Sets the barcode text to encode and paint. |
| TextFill | Gets/Sets the text (foreground) fill of the barcode. |
Top
Protected Properties
| Name | Description |
| xrnh | |
Top
Public Methods
| Name | Description |
| CreateRaster | Creates a raster with the given size and renders the barcode in it. |
| Paint | Overloaded. Paints the barcode in the specified bounds on the given paint visitor. |
Top
Protected Methods
| Name | Description |
| OnTextChanged | Called when the value of the Text property has changed. |
Top
See Also