Back to Devexpress

AztecCodeCompactionMode Enum

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

latest1.1 KB
Original Source

AztecCodeCompactionMode Enum

Specifies the type of data supplied to an Aztec Code barcode.

Namespace : DevExpress.XtraPrinting.BarCode

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

NuGet Package : DevExpress.Printing.Core

Declaration

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

Members

NameDescription
Text

A text string.

| | Binary |

A byte array.

|

The following properties accept/return AztecCodeCompactionMode values:

See Also

DevExpress.XtraPrinting.BarCode Namespace