Namespace Syncfusion.UI.Xaml.Barcode
Classes
| BarcodeBase Represents a base class for all Symbology with Draw method to be overridden in respective Symbology class to render barcode. | 
| BarcodeRotation Specifies the SfBarcode rotation and decide the angle in which barcode should be displayed. | 
| BidimensionalBarcode Represent the base class for all two-dimensional barcode Symbology. | 
| CodabarBarcode Represents a class for numeric symbology that can encode the following types [0-9]; [- $ : / . +]. | 
| Code11Barcode Represents a class that can encode the following characters [0-9]; [-]. | 
| Code128ABarcode Represents a class which encode the following characters, [0-9]; [A-Z]; [NUL(0x00) SOH(0x01) STX(0x02) ETX(0x03) EOT(0x04) ENQ(0x05) ACK(0x06) BEL(0x07) BS(0x08) HT(0x09) LF(0x0A) VT(0x0B) FF(0x0C) CR(0x0D) SO(0x0E) SI(0x0F) DLE(0x10) DC1(0x11) DC2(0x12) DC3(0x13) DC4(0x14) NAK(0x15) SYN(0x16) ETB(0x17) CAN(0x18) EM(0x19) SUB(0x1A) ESC(0x1B) FS(0x1C) GS(0x1D) RS(0x1E) US(0x1F) SPACE(0x20)]; [" ! # $ % & ' ( ) * + , - . / ; > = < ? @ [ / ]^ _ ]. | 
| Code128BBarcode Represents a class which encodes the following characters, [0-9]; [A-Z]; [a-z]; [SPACE(0x20) ! " # $ % & ' ( ) * + , - . / :; < = > ? @ [ / ]^ _ ` { | } ~ DEL (�) ]. | 
| Code128CBarcode Represents a class which encodes the ASCII values 00-99(encodes each two digit with one code). | 
| Code32Barcode Represents a class which encodes numeric value [0-9]. | 
| 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. | 
| 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. | 
| DataMatrixBarcode Represent a class for DataMatrixBarcode type. | 
| DataMatrixEncoding Specifies the encoding for DataMatrixBarcode | 
| DataMatrixSize Specifies the size for DataMatrixBarcode | 
| ErrorCorrectionLevel Specifies the SfBarcode error correction level. | 
| GS1Code128Barcode Represents a EAN128 barcode. | 
| Pdf417Barcode Represents the Pdf417Barcode class | 
| Pdf417ErrorCorrectionLevel Specifes the error correction level for Pdf417Barcode. | 
| QRBarcode Represent a class which encodes the following characters, [09]; [AZ(upper-case only)]; [space $ % * + - . / , :]; [Shift JIS characters]. | 
| QRBarcodeVersion Specifies the SfBarcode Version to decide on the number of modules that is used to encode the amount of data. | 
| QRInputMode Specifies the SfBarcode input mode. | 
| 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 Represents the base class for all single dimensional barcode Symbology. | 
| UpcBarcode Represents a class which encodes the following characters, [0-9] and text length should be 11 or 12. |