Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PDF417CompactionMode Enum

Lists compaction modes used in PDF417 symbology.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public enum PDF417CompactionMode

Members

Name Description
Binary

Allows encoding of all 8-bit byte values.

Text

Allows encoding of all printable ASCII characters. The default mode.

See Also