Class DataMatrixBarcode
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 class DataMatrixBarcode : BidimensionalBarcode
Constructors
DataMatrixBarcode()
Initializes DataMatrixBarcode class.
Declaration
public DataMatrixBarcode()
DataMatrixBarcode(String)
Initializes DataMatrixBarcode class.
Declaration
public DataMatrixBarcode(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | Data to be converted as barcode. |
Properties
Encoding
Gets or sets the encoding.
Declaration
public DataMatrixEncoding Encoding { get; set; }
Property Value
Type |
---|
DataMatrixEncoding |
Size
Gets or sets the size.
Declaration
public DataMatrixSize Size { get; set; }
Property Value
Type |
---|
DataMatrixSize |
Methods
Draw(Int32)
Declaration
public override Image Draw(int angle)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | angle |
Returns
Type |
---|
System.Drawing.Image |
Overrides
Draw(Panel)
Declaration
public SizeF Draw(Panel panel)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Panel | panel |
Returns
Type |
---|
System.Drawing.SizeF |
ToImage(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 |