Getting Started

In order to use RadBarcodeQR in your projects you have to add references to the following two assemblies:

  • Telerik.Windows.Data.dll
  • Telerik.Windows.Controls.dll
  • Telerik.Windows.Controls.DataVisualization.dll

Defining RadBarcodeQR

Example 1: QR barcode definition

<telerik:RadBarcodeQR Version="20" ErrorCorrectionLevel="H" Text="Sample text"  
                      Mode="Byte" ECI="ISO8859_1" FNC1="FNC1SecondPosition"  
                      ApplicationIndicator="00" /> 

See Also

In this article