QRCodeGS1OptionsBuilder.WithCompactionMode(QRCodeCompactionMode) Method
Specifies the compaction mode and returns the builder instance for method chaining.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| mode | QRCodeCompactionMode | Indicates the compaction mode. |
Returns
| Type | Description |
|---|---|
| QRCodeGS1OptionsBuilder | The builder instance for method chaining. |
See Also