PDF417CompactionMode Enum
In This Article
Specifies the kind of data that should be coded into the PDF417 bar code.
Namespace: DevExpress.XtraPrinting.BarCode
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#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. |
WPF Controls | Bar |
#Remarks
The values listed by the PDF417CompactionMode enumeration are used to set the PDF417Generator.CompactionMode property.
See Also