Skip to main content
A newer version of this page is available. .

PDF417CompactionMode Enum

Specifies the kind of data that should be coded into the PDF417 bar code.

Namespace: DevExpress.XtraPrinting.BarCode

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

[ResourceFinder(typeof(ResFinder))]
public enum PDF417CompactionMode

Members

Name Description
Binary

Specifies that the byte array should be coded into the PDF417 bar code.

Text

Specifies that the textual information should be coded into the PDF417 bar code.

Related API Members

The following properties accept/return PDF417CompactionMode values:

Library Related API Members
Cross-Platform Class Library PDF417Generator.CompactionMode
WPF Controls BarCodePropertyProvider.PDF417CompactionMode

Remarks

The values listed by the PDF417CompactionMode enumeration are used to set the PDF417Generator.CompactionMode property.

See Also