MindFusion WinForms Programmer's Guide
BarcodePrinter Members
Constructors Properties Methods
 


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.

 Public Constructors

  Name Description

BarcodePrinter

Initializes a new instance of the BarcodePrinter class.

 Public Properties

  Name Description

BackColor

Gets or sets the background color.

Content

Gets or sets the text or numeric code that should be represented as barcode symbol.

Font

Gets or sets the font used to draw code's digits.

ForeColor

Gets or sets the color of the barcode modules.

Format

Gets or sets the barcode format.

LicenseKey

Gets or sets the license key of the control.

QRCorrectionLevel

Gets or sets the correction level of QR barcodes.

 Public Methods

  Name Description

CreateImage

Overloaded. Creates a bitmap image containing the current barcode.

Draw

Overloaded. Draws the current barcode on specified Graphics.

NominalSize

Returns the nominal barcode size when drawn on specified Graphics. For 1D codes, it is based on 0.33mm module width.

Print

Prints the current barcode, fitting as many labels as possible on the page.

PrintPreview

Shows a preview of printed barcodes.

 See Also

BarcodePrinter Class
MindFusion.Barcodes.WinForms Namespace