DataMatrixOptionsBuilder.WithCompactionMode(DataMatrixCompactionMode) Method
Specifies the encoding mode used to generate Data Matrix. Returns a builder instance for method chaining.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| mode | DataMatrixCompactionMode | The encoding scheme. |
Returns
| Type | Description |
|---|---|
| DataMatrixOptionsBuilder | The current DataMatrixOptionsBuilder instance for method chaining. |
See Also