DevExpress.BarCodes Namespace
Contains classes of the bar code library that allow you to generate bar code images with specific settings.
Assembly: DevExpress.Docs.v25.1.dll
NuGet Package: DevExpress.Document.Processor
Classes
| Name | Description |
|---|---|
| AztecCodeOptions | Contains options specific to the Aztec Code symbology. |
| BarCode | Represents a bar code for given data with the specified options. |
| BarCodeCaption | Provides access to the bar code caption characteristics. |
| BarCodeGeneratorOptions | Base class for symbology-specific options. |
| BarCodeMargins | Contains values used to specify bar code margins. |
| BarCodeOptions | Groups options that are specific to a certain symbology. |
| BarCodePadding | Contains values used to specify bar code paddings. |
| CodabarOptions | Contains options specific to this symbology (bar code type). |
| Code11Options | Contains options specific to this symbology (bar code type). |
| Code128Options | Contains options specific to this symbology (bar code type). |
| Code39ExtendedOptions | Contains options specific to this symbology (bar code type). |
| Code39Options | Contains options specific to this symbology (bar code type). |
| Code93ExtendedOptions | Contains options specific to this symbology (bar code type). |
| Code93Options | Contains options specific to this symbology (bar code type). |
| CodeMSIOptions | Contains options specific to this symbology (bar code type). |
| DataBarOptions | Contains options specific to this symbology (bar code type). |
| DataMatrixGS1Options | Contains options specific to this symbology (bar code type). |
| DataMatrixOptions | Contains options specific to this symbology (bar code type). |
| EAN128Options | Contains options specific to this symbology (bar code type). |
| EAN13Options | Contains options specific to this symbology (bar code type). |
| EAN8Options | Contains options specific to this symbology (bar code type). |
| Industrial2of5Options | Contains options specific to this symbology (bar code type). |
| IntelligentMailOptions | Contains options specific to this symbology (bar code type). |
| Interleaved2of5Options | Contains options specific to this symbology (bar code type). |
| Matrix2of5Options | Contains options specific to this symbology (bar code type). |
| MicroQRCodeOptions | Contains options specific to the Micro QR Code symbology. |
| PDF417Options | Contains options specific to this symbology (bar code type). |
| PostNetOptions | Contains options specific to this symbology (bar code type). |
| QRCodeEPCOptions | Contains options specific to the EPC QR Code symbology. |
| QRCodeGS1Options | Contains options specific to this symbology (bar code type). |
| QRCodeOptions | Contains options specific to the QR symbology. |
| SSCCOptions | Contains options specific to this symbology (bar code type). |
| UPCAOptions | Contains options specific to this symbology (bar code type). |
| UPCE0Options | Contains options specific to this symbology (bar code type). |
| UPCE1Options | Contains options specific to this symbology (bar code type). |
| UPCSupplemental2Options | Contains options specific to this symbology (bar code type). |
| UPCSupplemental5Options | Contains options specific to this symbology (bar code type). |
Enums
| Name | Description |
|---|---|
| AztecCodeCompactionMode | Specifies the type of data supplied to an Aztec Code barcode. |
| AztecCodeErrorLevel | Specifies the amount of redundancy built into the Aztec Code to compensate for calculation errors. |
| AztecCodeVersion | Specifies the Aztec Code’s size. |
| CodabarStartStopPair | Lists start/stop patterns used in bar codes. |
| Code128CharacterSet | Lists character sets used in Code128 bar code symbology. |
| DataBarType | Lists symbol types of the GS1 DataBar family. |
| DataMatrixCompactionMode | Lists compaction modes used in DataMatrix bar code symbology. |
| DataMatrixSize | Lists the available data matrix size options related to the Data Matrix (ECC200) bar code. |
| MicroQRCodeCompactionMode | Specifies the type of data coded into the Micro QR Code. |
| MicroQRCodeErrorLevel | Specifies the amount of redundancy built into the Micro QR Code to compensate for calculation errors. |
| MicroQRCodeVersion | Lists values that specify Micro QR Code sizes (versions). |
| PDF417CompactionMode | Lists compaction modes used in PDF417 symbology. |
| PDF417ErrorLevel | Lists levels of error correction. |
| QRCodeCompactionMode | Lists compaction modes for the QRCode bar code symbology. |
| QRCodeErrorLevel | Lists error correction levels for the QRCode. |
| QRCodeVersion | Lists values used to specify the QR Code version. |
| Symbology | Lists available symbologies (bar code types). |