Class BidimensionalBarcode
Base class for all two dimensional barcodes.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Barcode
Assembly: Syncfusion.SfBarcode.Windows.dll
Syntax
public abstract class BidimensionalBarcode
Constructors
BidimensionalBarcode()
Initializes two dimensional barcode.
Declaration
public BidimensionalBarcode()
Properties
BackColor
Gets or sets BackColor for the barcode.
Declaration
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ForeColor
Gets or sets the foreground color of the barcode.
Declaration
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
QuietZone
Gets or sets Quietzone for the barcode.
Declaration
public BarcodeQuietZones QuietZone { get; set; }
Property Value
Type |
---|
BarcodeQuietZones |
Text
Gets or sets the barcode text.
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 |
Methods
Draw(Int32)
Declaration
public abstract Image Draw(int angle)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | angle |
Returns
Type |
---|
System.Drawing.Image |