Class QRBarcode
Inheritance
System.Object
QRBarcode
Assembly: Syncfusion.SfBarcode.WPF.dll
Syntax
public class QRBarcode : BidimensionalBarcode
Constructors
QRBarcode()
Declaration
Properties
ErrorCorrectionLevel
Gets or sets the Error correction level.
Declaration
public ErrorCorrectionLevel ErrorCorrectionLevel { get; set; }
Property Value
Gets or sets the Mode of the input text.
Declaration
public QRInputMode InputMode { get; set; }
Property Value
QRVersion
Gets or sets the QR Barcode Version.
Declaration
public QRBarcodeVersion QRVersion { get; set; }
Property Value
Methods
ToBitmap()
Exports the QR Barcode as Bitmap.
System.Drawing.Bitmap object.
Declaration
Returns
Type |
System.Drawing.Bitmap |
ToBitmap(SizeF)
Declaration
public Bitmap ToBitmap(SizeF size)
Parameters
Type |
Name |
Description |
System.Drawing.SizeF |
size |
|
Returns
Type |
System.Drawing.Bitmap |
ToBitmapImage()
Exports the QR Barcode as BitmapImage.
System.Windows.Media.Imaging.BitmapImage object.
Declaration
public BitmapImage ToBitmapImage()
Returns
Type |
System.Windows.Media.Imaging.BitmapImage |
ToImage()
Exports the QR Barcode as BitmapImage.
System.Windows.Media.Imaging.BitmapSource object.
Declaration
public BitmapSource ToImage()
Returns
Type |
System.Windows.Media.Imaging.BitmapSource |
ToImage(Size)
Declaration
public BitmapSource ToImage(Size size)
Parameters
Type |
Name |
Description |
System.Windows.Size |
size |
|
Returns
Type |
System.Windows.Media.Imaging.BitmapSource |