com.aspose.barcode.generation
Contents
[
Hide
]This package contains tools for generating barcode.
Classes
Class | Description |
---|---|
AustralianPostParameters | AustralianPost barcode parameters. |
AztecExtCodetextBuilder | |
AztecParameters | Aztec parameters. |
BarcodeGenerator | BarcodeGenerator for backend barcode images generation. |
BarcodeParameters | Barcode generation parameters. |
BaseEncodeType | Base class for SymbologyEncodeType. |
BaseGenerationParameters | Barcode image generation parameters. |
BorderParameters | Barcode image border parameters |
CaptionParameters | Caption parameters. |
CodabarParameters | Codabar parameters. |
CodabarSymbol | Specifies the start or stop symbol of the Codabar barcode specification. |
CodablockParameters | Codablock parameters. |
Code128Parameters | Code128 parameters. |
Code16KParameters | Code16K parameters. |
CodetextParameters | Codetext parameters. |
ComplexBarcode | |
CouponParameters | Coupon parameters. |
DataBarParameters | Databar parameters. |
DataMatrixExtCodetextBuilder | |
DataMatrixParameters | DataMatrix parameters. |
DotCodeExtCodetextBuilder | |
DotCodeParameters | DotCode parameters. |
ECIEncodings | Extended Channel Interpretation Identifiers. |
EncodeTypes | Specifies the type of barcode to encode. |
ExtCodeItem | Base class of the extended codetext container |
ExtCodetextBuilder | Helper class for automatic codetext generation of the Extended Codetext Mode |
ExtECICodetext | Extended Channel Codetext container |
ExtPlainCodetext | Plain (simple) codetext container |
FontStyle | Specifies style information applied to text. |
FontUnit | Defines a particular format for text, including font face, size, and style attributes where size in Unit value property. |
FontUnitInternal | |
GS1CompositeBarParameters | GS1 Composite bar parameters. |
GS1HanXinEncoder | Contains functions for encoding GS1HanXin |
HanXinEncoder | |
HanXinExtCodetextBuilder | |
HanXinParameters | Han Xin parameters. |
HslaColor | Class for representing HSLA color (Hue, Saturation, Lightness, Alpha) |
ITFParameters | ITF parameters. |
ImageParameters | Image parameters. |
ImageUnitConverter | |
MacroCharacterValues | |
MaxiCodeExtCodetextBuilder | Extended codetext generator for MaxiCode barcodes for ExtendedCodetext Mode of MaxiCodeEncodeMode Use TwoDDisplayText property of BarcodeGenerator to set visible text to removing managing characters. |
MaxiCodeMode | Encoding mode for MaxiCode barcodes. |
MaxiCodeParameters | MaxiCode parameters. |
Padding | Paddings parameters. |
PatchCodeParameters | PatchCode parameters. |
Pdf417Parameters | PDF417 parameters. |
PostalParameters | Postal parameters. |
QrExtCodetextBuilder | Extended codetext generator for 2D QR barcodes for ExtendedCodetext Mode of QrEncodeMode Use TwoDDisplayText property of BarcodeGenerator to set visible text to removing managing characters. |
QrParameters | QR parameters. |
QrStructuredAppendParameters | QR structured append parameters. |
SupplementParameters | Supplement parameters. |
SvgParameters | SVG parameters. |
SymbologyEncodeType | Symbology encode type. |
Unit | Specifies the size value in different units (Pixel, Inches, etc.). |
UnitInternal |
Interfaces
Interface | Description |
---|---|
IBarCodeEncoder |
Enumerations
Enum | Description |
---|---|
AutoSizeMode | Specifies the different types of automatic sizing modes. |
AztecEncodeMode | Encoding mode for Aztec barcodes. |
AztecSymbolMode | Specifies the Aztec symbol mode. |
BarCodeImageFormat | Specifies the file format of the image. |
BarcodeClassifications | EncodeTypes classification |
BorderDashStyle | Specifies the style of dashed border lines. |
CodabarChecksumMode | Specifies the checksum algorithm for Codabar |
Code128EncodeMode | Encoding mode for Code128 barcodes. |
CodeLocation | Codetext location |
DataMatrixEccType | Specify the type of the ECC to encode. |
DataMatrixEncodeMode | DataMatrix encoder’s encoding mode, default to Auto |
DataMatrixVersion | Specify the type of the ECC to encode. |
DotCodeEncodeMode | Encoding mode for DotCode barcodes. |
EnableChecksum | Enable checksum during generation for 1D barcodes. |
FontMode | Font size mode. |
GraphicsUnit | Specifies the unit of measure for the given data. |
HanXinEncodeMode | Han Xin Code encoding mode. |
HanXinErrorLevel | Level of Reed-Solomon error correction. |
HanXinModes | Han Xin Code encoding mode. |
HanXinVersion | Version of Han Xin Code. |
ITF14BorderType | ITF14 barcode’s border type |
MacroCharacter | Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. |
MaxiCodeEncodeMode | Encoding mode for MaxiCode barcodes. |
MicroQRVersion | Version of MicroQR Code. |
PatchFormat | PatchCode format. |
Pdf417CompactionMode | Pdf417 barcode’s compation mode |
Pdf417EncodeMode | Pdf417 barcode encode mode |
Pdf417ErrorLevel | pdf417 barcode’s error correction level, from level 0 to level 9, level 0 means no error correction, level 9 means best error correction |
Pdf417MacroTerminator | Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. |
QREncodeMode | Encoding mode for QR barcodes. |
QREncodeType | QR / MicroQR selector mode. |
QRErrorLevel | Level of Reed-Solomon error correction. |
QRVersion | Version of QR Code. |
RectMicroQRVersion | Version of RectMicroQR Code. |
StringAlignment | |
SvgColorMode | Possible modes for filling color in svg file, RGB is default and supported by SVG 1.1. |
TextAlignment | Text alignment. |
TwoDComponentType | Type of 2D component This sample shows how to create and save a GS1 Composite Bar image. |