Represents a barcode printer component. It can print, export to bitmap or draw barcodes on custom Graphics surface.
The following tables list the members exposed by the BarcodePrinter type.
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the BarcodePrinter class. |
Name | Description | |
---|---|---|
![]() |
Gets or sets the background color. |
|
![]() |
Gets or sets the text or numeric code that should be represented as barcode symbol. |
|
![]() |
Gets or sets the font used to draw code's digits. |
|
![]() |
Gets or sets the color of the barcode modules. |
|
![]() |
Gets or sets the barcode format. |
|
![]() |
Gets or sets the license key of the control. |
|
![]() |
Gets or sets the correction level of QR barcodes. |
Name | Description | |
---|---|---|
![]() |
Overloaded. Creates a bitmap image containing the current barcode. |
|
![]() |
Overloaded. Draws the current barcode on specified Graphics. |
|
![]() |
Returns the nominal barcode size when drawn on specified Graphics. For 1D codes, it is based on 0.33mm module width. |
|
![]() |
Prints the current barcode, fitting as many labels as possible on the page. |
|
![]() |
Shows a preview of printed barcodes. |