Class BidimensionalBarcode
Represent the base class for all two-dimensional barcodes.
Namespace: Syncfusion.UI.Xaml.Controls.Barcode
Assembly: Syncfusion.SfBarcode.UWP.dll
Syntax
public abstract class BidimensionalBarcode : Object
Remarks
This class provides the base class for QRBarcode and DataMatrixBarcode
Constructors
BidimensionalBarcode()
Initializes two dimensional barcode.
Declaration
public BidimensionalBarcode()
Properties
Text
Gets or sets the data.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |
XDimension
Gets or sets the dimension for the barcode.
Declaration
public float XDimension { get; set; }
Property Value
Type |
---|
System.Single |