Namespace Syncfusion.UI.Xaml.Controls.Barcode
Classes
| Barcode1DSetting
Base class for 1 dimensional bar code type settings. |
| Barcode2DSetting
Base class for 2 dimensional bar code type settings. |
| BarcodeBase
Represents a base class for all SfBarcode control. |
| BarcodeException
Represents the general exception for SfBarcode. |
| BarcodeQuietZones
Represents the Class for specifying Quiet zones around the barcode. |
| BarcodeRotation
Specifies the SfBarcode rotation and decide the angle in which barcode should be displayed. |
| BarcodeSymbolType
Specifies barcode symbol type |
| BarcodeTextAlignment
Specifies the barcode text alignment. |
| BarcodeTextLocation
Specifies the barcode text display location. |
| BidimensionalBarcode
Represent the base class for all two-dimensional barcodes. |
| CodabarBarcode
Represents a class for numeric symbology that can encode the following types [0-9]; [- $ : / . +]. |
| CodabarSetting
Handles the settings for Codabar bar code. |
| Code11Barcode
Represents a class that can encode the following characters [0-9]; [-]. |
| Code11Setting
Handles the settings for Code11 bar code. |
| Code128ABarcode |
| Code128ASetting
Handles the settings for Code128A bar code. |
| Code128BBarcode |
| Code128BSetting
Handles the settings for Code128B bar code. |
| Code128CBarcode
Represents a class which encodes the ASCII values 00-99(encodes each two digit with one code). |
| Code128CSetting
Handles the settings for Code128C bar code. |
| Code32Barcode
Represents a class which encodes numeric value [0-9]. |
| Code32Setting
Handles the settings for Code32 bar code |
| Code39Barcode
Represents a class which encodes the following characters [0-9]; [A-Z]; [- . $ / + % SPACE]. |
| Code39ExtendedBarcode
Represents a class which is designed to encode 128 full ASCII characters. |
| Code39ExtendedSetting
Handles the settings for Code39Extended bar code. |
| Code39Setting
Handles the settings for Code39 bar code. |
| Code93Barcode
Represents a class which can encode the following characters, [0-9]; [A-Z]; [- . $ / + % SPACE]. |
| Code93ExtendedBarcode
Represents a class which is designed to encode 128 full ASCII characters. |
| Code93ExtendedSetting
Handles the settings for Code93Extended bar code. |
| Code93Setting
Handles the settings for Code93 bar code. |
| DataMatrixBarcode
Represent a class for DataMatrixBarcode type. |
| DataMatrixEncoding
Specifies the encoding for DataMatrixBarcode |
| DataMatrixSetting
Handles the settings for DataMatrix bar code. |
| DataMatrixSize
Specifies the size for DataMatrixBarcode |
| ErrorCorrectionLevel
Specifies the SfBarcode error correction level. |
| QRBarcode
Represent a class which encodes the following characters, [09]; [AZ (upper-case only)]; [space $ % * + - . / , :]; [Shift JIS characters]. |
| QRBarcodeSetting
Handles the settings for QR bar code. |
| QRBarcodeVersion
Specifies the SfBarcode Version to decide on the number of modules that is used to encode the amount of data. |
| QRCodeLogo
QRCodeLogo class represents a logo image that can be used in a QR code. It can be initialized with an image stream. |
| QRInputMode
Specifies the SfBarcode input mode. |
| Settings
Collection of bar code type settings. |
| SfBarcode
The SfBarcode control class is used to encode the text as bar code in a machine-readable format. It provides a perfect approach to encode text using supported symbology types. |
| UnidimensionalBarcode |
| UpcBarcode
Represents a class which encodes the following characters, [0-9] and text length should be 11 or 12. |
| UpcBarcodeSetting
Handles the settings for CodeUpc bar code. |
Interfaces
| IBarcodeSetting
Base interface for bar code type settings. |