Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

PDF417CompactionMode Enum

Lists compaction modes used in PDF417 symbology.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v19.1.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.

Related API Members

The following properties accept/return PDF417CompactionMode values:

See Also