DevExpress.XtraPrinting.BarCode Namespace
Contains classes and enumerations that implement the bar code functionality in XtraPrinting.
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.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 barcode. |
Code11Generator | Represents the class used to generate a Code 11 barcode. |
Code128Generator | Represents the class used to generate a Code 128 barcode. |
Code39ExtendedGenerator | Represents the class used to generate a Code 39 Extended barcode. |
Code39Generator | Represents the class used to generate a Code 39 barcode. |
Code93ExtendedGenerator | Represents the class used to generate a Code 93 Extended barcode. |
Code93Generator | Represents the class used to generate a Code 93 barcode. |
CodeMSIGenerator | Represents the class used to generate an MSI barcode. |
CornerQRFrameOptions | Defines a QR code’s corner frame. |
DataBarGenerator | Generates a GS1 (DataBar) barcode. |
DataMatrixGenerator | Generates an ECC200 - Data Matrix barcode. |
DataMatrixGS1Generator | Generates a GS1 (Data Matrix) barcode. |
DeutschePostIdentcodeGenerator | Generates a visual representation of the Deutsche Post Identcode barcode. |
DeutschePostLeitcodeGenerator | Generates a visual representation of the Deutsche Post Leitcode barcode. |
EAN128Generator | Represents the class used to generate an EAN-128 barcode. |
EAN13Generator | Represents the class used to generate an EAN 13 barcode. |
EAN8Generator | Represents the class used to generate an EAN 8 barcode. |
Industrial2of5Generator | Represents the class used to generate an Industrial 2 of 5 barcode. |
IntelligentMailGenerator | Generates an Intelligent Mail barcode. |
IntelligentMailPackageGenerator | Generates an Intelligent Mail Package barcode. |
Interleaved2of5Generator | Represents the class used to generate an Interleaved 2 of 5 barcode. |
ITF14Generator | Generates an ITF-14 barcode. |
Matrix2of5Generator | Represents the class used to generate a Matrix 2 of 5 barcode. |
PaymentServicesAustriaQRFrameOptions | Identifies an EPC QR Code’s frame used in Payment Services Austria. |
PDF417Generator | Generates a PDF417 barcode. |
PharmacodeGenerator | Generates a visual representation of the Pharmacode barcode. |
PostNetGenerator | Represents the class used to generate a PostNet barcode. |
QRCodeEPCGenerator | Generates an EPC QR Code barcode. |
QRCodeGenerator | Generates a QR Code barcode. |
QRCodeGS1Generator | Generates a GS1 (QR Code) barcode. |
QRFrameOptions | Contains options used to configure the frame for QR codes. |
RectangleQRFrameOptions | Defines a QR code’s rectangular frame. |
SSCCGenerator | A class used to generate an SSCC bar code. |
UPCAGenerator | Represents the class used to generate an UPC-A barcode. |
UPCE0Generator | Represents the class used to generate an UPC-E0 barcode. |
UPCE1Generator | Represents the class used to generate an UPC-E1 barcode. |
UPCEGeneratorBase | Defines the base class for the UPCE0Generator and UPCE1Generator classes. |
UPCSupplemental2Generator | Represents the class used to generate an UPC Supplemental 2 barcode. |
UPCSupplemental5Generator | Represents the class used to generate an UPC Supplemental 5 barcode. |
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. |
PharmacodeType | Lists the types of the Pharmacode 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. |
QRFrameTextAlignment | Lists values that used to set the text alignment for a QR Code’s frame. |
QRFrameTextPosition | Lists values that used to set the text position inside a QR Code’s frame. |