PDF417Options.CompactionMode Property
Specifies the compaction mode.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| PDF417CompactionMode | An enumeration value that indicates the compaction mode. |
Available values:
| Name | Description |
|---|---|
| Binary | The byte array is coded into the PDF417 barcode. |
| Text | The text data is coded into the PDF417 barcode. |
See Also