Back to Devexpress

PDF417CompactionMode Enum

corelibraries-devexpress-dot-xtraprinting-dot-barcode-dot-pdf417compactionmode.md

latest1.8 KB
Original Source

PDF417CompactionMode Enum

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

Namespace : DevExpress.XtraPrinting.BarCode

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum PDF417CompactionMode
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum PDF417CompactionMode

Members

NameDescription
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.

|

The following properties accept/return PDF417CompactionMode values:

LibraryRelated API Members
Cross-Platform Class LibraryPDF417Generator.CompactionMode
WPF ControlsBarCodePropertyProvider.PDF417CompactionMode

Remarks

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

See Also

DevExpress.XtraPrinting.BarCode Namespace