MindFusion WinForms Programmer's Guide
BarcodePrinter.Format Property
See Also
 





Gets or sets the barcode format.

Namespace: MindFusion.Barcodes.WinForms
Assembly: MindFusion.Barcodes.WinForms

 Syntax

C#  Copy Code

public BarcodeFormat Format { get; set; }

Visual Basic  Copy Code

Public Property Format As BarcodeFormat

 Property Value

A member of the BarcodeFormat enumeration. The default is QR.

 Remarks

The following list contains the possible values for this enumeration:

 See Also

BarcodePrinter Members
BarcodePrinter Class
MindFusion.Barcodes.WinForms Namespace