Class DataMatrixGenerator
Inheritance
System.Object
DataMatrixGenerator
Assembly: Syncfusion.EJ2.dll
Syntax
public class DataMatrixGenerator : EJTagHelper
Constructors
DataMatrixGenerator()
Declaration
public DataMatrixGenerator()
Properties
BackgroundColor
Defines the background color of the DataMatrix.
Declaration
public string BackgroundColor { get; set; }
Property Value
Type |
Description |
System.String |
|
ClassName
Declaration
protected override string ClassName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
DisplayText
Defines the text properties for the DataMatrix.
Declaration
public DataMatrixGeneratorDisplayText DisplayText { get; set; }
Property Value
EnablePersistence
Enable or disable persisting component's state between page reloads.
Declaration
public bool EnablePersistence { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableRtl
Enable or disable rendering component in right to left direction.
Declaration
public bool EnableRtl { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Encoding
Defines encoding type of the DataMatrix.
Declaration
public DataMatrixEncoding Encoding { get; set; }
Property Value
ForeColor
Defines the forecolor of the DataMatrix.
Declaration
public string ForeColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Height
Defines the height of the DataMatrix.
Declaration
public string Height { get; set; }
Property Value
Type |
Description |
System.String |
|
HtmlAttributes
Allows additional HTML attributes such as title, name, etc., and
accepts n number of attributes in a key-value pair format.
Declaration
public object HtmlAttributes { get; set; }
Property Value
Type |
Description |
System.Object |
|
Invalid
Triggers if we entered any invalid character
Declaration
public string Invalid { get; set; }
Property Value
Type |
Description |
System.String |
|
IsFor
Declaration
protected override bool IsFor { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Locale
Overrides the global culture and localization value for this component. Default global culture is 'en-US'.
Declaration
public string Locale { get; set; }
Property Value
Type |
Description |
System.String |
|
Margin
Defines the margin properties for the DataMatrix.
Declaration
public DataMatrixGeneratorMargin Margin { get; set; }
Property Value
Mode
Defines the DataMatrix rendering mode.
SVG - Renders the bar-code objects as SVG elements
Canvas - Renders the bar-code in a canvas
Declaration
public RenderingMode Mode { get; set; }
Property Value
NameSpace
Declaration
protected override string NameSpace { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Size
Defines encoding type of the DataMatrix.
Declaration
public DataMatrixSize Size { get; set; }
Property Value
TagName
Declaration
protected override string TagName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Value
Defines the value of the DataMatrix to be rendered.
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
Width
Defines the width of the DataMatrix.
Declaration
public string Width { get; set; }
Property Value
Type |
Description |
System.String |
|
XDimension
Defines the xDimension of the DataMatrix.
Declaration
public double XDimension { get; set; }
Property Value
Type |
Description |
System.Double |
|