Class DataMatrixParametersUI
Contents
[
Hide
]DataMatrixParametersUI class
UI wrapper for DataMatrixParameters class.
public class DataMatrixParametersUI
Properties
| Name | Description |
|---|---|
| AspectRatio { get; set; } | Height/Width ratio of 2D BarCode module. |
| Columns { get; set; } | Columns count. |
| DataMatrixEcc { get; set; } | Gets or sets a Datamatrix ECC type. Default value: DataMatrixEccType.Ecc200. |
| DataMatrixEncodeMode { get; set; } | Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.Auto. |
| DataMatrixVersion { get; set; } | DataMatrix symbol size. |
| ECIEncoding { get; set; } | Gets or sets ECI encoding. Used when DataMatrixEncodeMode is Auto. |
| IsReaderProgramming { get; set; } | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. |
| MacroCharacters { get; set; } | Protocol for Macro characters in the first position (ECC 200 only) |
| Rows { get; set; } | Rows count. |
| StructuredAppendBarcodeId { get; set; } | Barcode ID for Structured Append mode. |
| StructuredAppendBarcodesCount { get; set; } | Barcodes count for Structured Append mode. |
| StructuredAppendFileId { get; set; } | File ID for Structured Append mode. |
Methods
| Name | Description |
|---|---|
| override ToString() | Returns a human-readable string representation of this DataMatrixParameters. |
See Also
- namespace Aspose.BarCode.Windows.Forms
- assembly Aspose.BarCode