DevExpress.XtraPrinting.BarCode Namespace
Contains classes and enumerations that implement the bar code functionality in XtraPrinting.
Assembly: DevExpress.Printing.v20.1.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core
Classes
| Name | Description |
|---|---|
| BarCode2DGenerator | The base class for generators of 2D bar codes. |
| BarCodeGeneratorBase | Defines the base class for all the classes used to generate bar codes. |
| CodabarGenerator | Represents the class used to generate a Codabar bar code. |
| Code11Generator | Represents the class used to generate a Code 11 bar code. |
| Code128Generator | Represents the class used to generate a Code 128 bar code. |
| Code39ExtendedGenerator | Represents the class used to generate a Code 39 Extended bar code. |
| Code39Generator | Represents the class used to generate a Code 39 bar code. |
| Code93ExtendedGenerator | Represents the class used to generate a Code 93 Extended bar code. |
| Code93Generator | Represents the class used to generate a Code 93 bar code. |
| CodeMSIGenerator | Represents the class used to generate an MSI bar code. |
| DataBarGenerator | Generates a GS1 (DataBar) bar code. |
| DataMatrixGenerator | Generates an ECC200 - Data Matrix bar code. |
| DataMatrixGS1Generator | Generates a GS1 (Data Matrix) bar code. |
| EAN128Generator | Represents the class used to generate an EAN-128 bar code. |
| EAN13Generator | Represents the class used to generate an EAN 13 bar code. |
| EAN8Generator | Represents the class used to generate an EAN 8 bar code. |
| Industrial2of5Generator | Represents the class used to generate an Industrial 2 of 5 bar code. |
| IntelligentMailGenerator | Generates an Intelligent Mail bar code. |
| IntelligentMailPackageGenerator | Generates an Intelligent Mail Package bar code. |
| Interleaved2of5Generator | Represents the class used to generate an Interleaved 2 of 5 bar code. |
| ITF14Generator | Generates an ITF-14 bar code. |
| Matrix2of5Generator | Represents the class used to generate a Matrix 2 of 5 bar code. |
| PDF417Generator | Generates a PDF417 bar code. |
| PostNetGenerator | Represents the class used to generate a PostNet bar code. |
| QRCodeGenerator | Generates a QR Code bar code. |
| UPCAGenerator | Represents the class used to generate an UPC-A bar code. |
| UPCE0Generator | Represents the class used to generate an UPC-E0 bar code. |
| UPCE1Generator | Represents the class used to generate an UPC-E1 bar code. |
| UPCEGeneratorBase | Defines the base class for the UPCE0Generator and UPCE1Generator classes. |
| UPCSupplemental2Generator | Represents the class used to generate an UPC Supplemental 2 bar code. |
| UPCSupplemental5Generator | Represents the class used to generate an UPC Supplemental 5 bar code. |
| UPCSupplementalNGeneratorBase | Defines the base class for the UPCSupplemental2Generator and UPCSupplemental5Generator classes. |
Interfaces
| Name | Description |
|---|---|
| IBarCodeData | For internal use. Provides options that are used to manage a bar code’s content. |
Enums
| Name | Description |
|---|---|
| BarCodeError | Lists the possible errors that may be identified during bar code validation. |
| BarCodeOrientation | Specifies by what angle a bar code is rotated. |
| CodabarStartStopPair | Specifies the first (start) and last (stop) symbols used to code the Codabar bar code structure. |
| CodabarStartStopSymbol | Specifies the first (start) and last (stop) symbols used to code the Codabar bar code structure. |
| Code128Charset | Specifies the character set that is used to encode characters of the Code 128 bar code. |
| DataBarType | Lists the values used to specify the type of the DataBar bar code. |
| DataMatrixCompactionMode | Specifies the kind of data that should be coded into the ECC200 - Data Matrix and PDF417 bar codes. |
| DataMatrixSize | Lists the available data matrix size options related to the ECC200 - Data Matrix bar code. |
| ErrorCorrectionLevel | Specifies the amount of redundancy built into the coding of the PDF417 bar code to compensate for calculation errors. |
| MSICheckSum | Specifies which formula is used to calculate the checksum for the MSI bar code. |
| PDF417CompactionMode | Specifies the kind of data that should be coded into the PDF417 bar code. |
| QRCodeCompactionMode | Specifies the kind of data that should be coded into the QR Code. |
| QRCodeErrorCorrectionLevel | Specifies the amount of redundancy built into the coding of the QR Code to compensate for calculation errors. |
| QRCodeVersion | Lists the values used to specify the QR Code bar code’s size. |