The best way to start working with the Scandit Data Capture SDK is to run one of our sample apps. In this guide we will go through the available apps and how to run them with Visual Studio.

Available Samples

We have created both simple and advanced samples that show you how use various features of the Scandit Data Capture SDK. The simple samples allow you to get going quickly, while the advanced samples show you how to use additional settings and setup the scanner for the best user experience.

Run the Samples

Before you can run a sample app, you need to go through a few simple steps:

  1. Clone or download .NET samples repository from https://github.com/Scandit/datacapture-dotnet-samples

  2. Open the Samples.sln solution file in Visual Studio.

  3. Set the license key. To do this, sign in to your Scandit account and find your license key at ssl.scandit.com/dashboard/sign-in.

Once you have the license key, add it to the sample:

// Enter your Scandit License key here.
public const string SCANDIT_LICENSE_KEY = "-- ENTER YOUR SCANDIT LICENSE KEY HERE --";

SCANDIT_LICENSE_KEY variables are placed in each sample project.

  1. Right-click the desired sample in Visual Studio and choose “Run project” (Mac) or “Set as StartUp Project” and press F5 (Windows) to start it. We recommend running our samples on a physical device as otherwise no camera is available.

New! Pre-built Barcode Scanning Component Samples

Scandit offers building blocks that can be integrated in just a few lines of code. The pre-built camera UI has been designed and user-tested to achieve superior process efficiency, ergonomics and usability.

Fully-customizable API: Single Scanning with Barcode Capture Samples

The Barcode Capture API offers developers a high level of flexibility with unlimited options for designing your own UI and workflow. You can use these samples as a starting point. We recommend that you familiarize yourself with our Best Practices for Usability to learn what to consider when using the Fully-customizable API.

Fully-customizable API: MatrixScan Samples

The Barcode Tracking API offers developers a high level of flexibility with unlimited options for designing your own UI and workflow. You can use these samples as a starting point. We recommend that you familiarize yourself with our Best Practices for Usability to learn what to consider when using the Fully-customizable API.

ID Scanning and Verification Samples

Text Capture Samples

Parser Samples

All our samples can be found in the archive that can be downloaded from our dashboard. Check the following section for more details.