Class DataMatrixBarcode
Inheritance
System.Object
DataMatrixBarcode
Assembly: Syncfusion.SfBarcode.Windows.dll
public class DataMatrixBarcode : BidimensionalBarcode
Constructors
Initializes DataMatrixBarcode class.
Declaration
public DataMatrixBarcode()
Initializes DataMatrixBarcode class.
Declaration
public DataMatrixBarcode(string text)
Parameters
| Type |
Name |
Description |
| System.String |
text |
Data to be converted as barcode.
|
Properties
Gets or sets the encoding.
Declaration
public DataMatrixEncoding Encoding { get; set; }
Property Value
Declaration
public DataMatrixSize Size { get; set; }
Property Value
Methods
Declaration
public override Image Draw(int angle)
Parameters
| Type |
Name |
Description |
| System.Int32 |
angle |
|
Returns
| Type |
| System.Drawing.Image |
Overrides
Declaration
public SizeF Draw(Panel panel)
Parameters
| Type |
Name |
Description |
| System.Windows.Forms.Panel |
panel |
|
Returns
| Type |
| System.Drawing.SizeF |
Convert the data matrix barcode to image
Declaration
public Image ToImage(SizeF size)
Parameters
| Type |
Name |
Description |
| System.Drawing.SizeF |
size |
|
Returns
| Type |
| System.Drawing.Image |