DataMatrixParameters Class |
Namespace: Aspose.BarCode.Generation
The DataMatrixParameters type exposes the following members.
Name | Description | |
---|---|---|
![]() | AspectRatio |
Height/Width ratio of 2D BarCode module.
|
![]() | CodeTextEncoding |
Gets or sets the encoding of codetext.
Default value: UTF-8
|
![]() | Columns |
Columns count.
|
![]() | DataMatrixEcc |
Gets or sets a Datamatrix ECC type.
Default value: DataMatrixEccType.Ecc200.
|
![]() | DataMatrixEncodeMode |
Encode mode of Datamatrix barcode.
Default value: DataMatrixEncodeMode.Auto.
|
![]() | MacroCharacters |
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.
|
![]() | Rows |
Rows count.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString |
Returns a human-readable string representation of this DataMatrixParameters.
(Overrides ObjectToString.) |