Class BarcodeGS1Datamatrix
Generates the GS1 Data Matrix barcode.
Inherited Members
Namespace: FastReport.Barcode
Assembly: FastReport.Base.dll
Syntax
public class BarcodeGS1Datamatrix : BarcodeDatamatrix
Constructors
BarcodeGS1Datamatrix()
Declaration
public BarcodeGS1Datamatrix()
Properties
AutoEncode
Gets or sets the value AutoEncode.
Declaration
public override bool AutoEncode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
GS1ConcatenationSymbol
Gets or sets the value GS1 concatenation.
Declaration
public GS1Concatenation GS1ConcatenationSymbol { get; set; }
Property Value
Type | Description |
---|---|
GS1Concatenation |
ValidateGS1
Disable or enable GS1 data validation. If this option is disabled, the barcode may contain standard data for Datamatrix.
Declaration
public bool ValidateGS1 { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Assign(BarcodeBase)
Assigns properties from other, similar barcode.
Declaration
public override void Assign(BarcodeBase source)
Parameters
Type | Name | Description |
---|---|---|
BarcodeBase | source | Barcode object to assign properties from. |
Overrides
GetDefaultValue()
Get default value of this barcode
Declaration
public override string GetDefaultValue()
Returns
Type | Description |
---|---|
System.String |