DataMatrixParameters Class

DataMatrix parameters.
Inheritance Hierarchy
SystemObject
  Aspose.BarCode.GenerationDataMatrixParameters

Namespace:  Aspose.BarCode.Generation
Assembly:  Aspose.BarCode (in Aspose.BarCode.dll) Version: 20.11.0
Syntax
public class DataMatrixParameters

The DataMatrixParameters type exposes the following members.

Properties
  NameDescription
Public propertyAspectRatio
Height/Width ratio of 2D BarCode module.
Public propertyCodeTextEncoding
Gets or sets the encoding of codetext. Default value: UTF-8
Public propertyColumns
Columns count.
Public propertyDataMatrixEcc
Gets or sets a Datamatrix ECC type. Default value: DataMatrixEccType.Ecc200.
Public propertyDataMatrixEncodeMode
Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.Auto.
Public propertyMacroCharacters
Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with DataMatrixEccType.Ecc200 or DataMatrixEccType.EccAuto. Cannot be used with EncodeTypes.GS1DataMatrix Default value: MacroCharacters.None.
Public propertyRows
Rows count.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a human-readable string representation of this DataMatrixParameters.
(Overrides ObjectToString.)
See Also