|
Namespace hierarchy Classes| Class | Description |
|---|
| BarCodeBuilder | BarCodeBuilder for backend barcode images generation. See BarCodeControl. See BarCodeWebControl. supported symbology: 1D: Codabar, Code11, Code128, Code39Standard, Code39Extended Code93Standard, Code93Extended, EAN13, EAN8, Interleaved2of5, MSI, Standard2of5, UPCA, UPCE, BooklandEAN, EAN128, Postnet, Planet EAN14(SCC14), SSCC18, ITF14 2D: DataMatrix, PDf417, QR code | | BarCodeException | Represents the exception for creating barcode image. | | Caption | The text caption shown in the barcode image. There are two captions: CaptionBelow and CaptionAbove | | CaptionConverter | Provides a CaptionConverter for Caption. | | InvalidCodeException | The Exception will be thrown when invalid characters contained in the code text. | | License | Provides methods to license the component. | | Margins | Specifies the margins of a barcode image. | | MarginsF | Specifies the margins of a barcode image. | | MarginsFConverter | Provides a MarginsFConverter for MarginsF. | | RecognitionException | General exception thrown by BarCodeReader, inherited from BarCodeException | | Resolution | The resolution infomation of the barcode image | | ResolutionConverter | Provides a ResolutionConverter for Resolution. |
InterfacesEnumerations| Enumeration | Description |
|---|
| Alignment | Caption or Barcode image's alignment style | | AustraliaPostFormatControlCode | Represents the Format Control Code Field of Australia Post BarCode | | BorderDashStyle | Specifies the style of dashed border lines. | | CodabarSymbol | Specifies the start or stop symbol of the Codabar barcode specification. | | Code128CodeSet | Specifies the code set of CODE128 barcode specification used to encode the data. | | CodeLocation | Specifies the location of the code text shown in the image. | | DataMatrixEncodeMode | DataMatrix encoder's encoding mode, default to Auto | | EAN128EncodeMode | Specifies the encode mode of EAN128 used to encode the data. | | ImageQualityMode | Specifies the quality of the created barcode image. Only appliable to Jpeg format, such as save as .jpg files | | ITF14BorderType | ITF14 barcode's border type | | Pdf417CompactionMode | Pdf417 barcode's compation 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 | | QREncodeMode | QR barcode's encoding mode | | QRErrorLevel | Level of Reed-Solomon error correction. From low to high: LevelL, LevelM, LevelQ, LevelH. | | RenderFormat | Represents the image formats rendering to the target. | | ResolutionMode | Specifies the resolution mode used to create barcode image. | | RotationAngle | Specifies the rotation angle of the barcode image. | | RotationDirection | Rotation Direction, must be the following: Clockwise or AntiClockwise | | Symbology | Specifies the type of barcode specification. |
|