Leadtools.Topics Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Getting Started

Sample Programs

LEADTOOLS supports your programming endeavors with thousands of code snippets, function examples, tutorials, and demo programs. In addition, LEADTOOLS ships with IntellSense Code Snippets that are integrated into the Visual Studio 2005 IDE. For more details, refer to LEADTOOLS IntelliSense Code Snippets

Demo Programs

LEADTOOLS demo programs showcase LEADTOOLS core features, and demonstrate some of the simple, yet powerful applications that can be produced with LEADTOOLS. All LEADTOOLS demos come in C# and VB.NET versions.

Demo Executables

LEADTOOLS demo executables show and allow you to manipulate basic toolkit functionality through a simple user interface. Demo executables are found on the installation path in the appropriate platform subdirectory of the \BIN\ folder (for example: C:\Program Files (x86)\LEAD Technologies\LEADTOOLS 16.5\Bin\DotNet\).

Demo Project Source Code

LEADTOOLS includes complete demo project source code for hundreds of LEADTOOLS features, (including those shown in demo executables). This enables you to see, manipulate, and copy demonstrated program functionality. Demo project source code is found on the installation path in the appropriate platform subdirectory of the \EXAMPLES\ folder (for example, C:\Program Files (x86)\LEAD Technologies\LEADTOOLS 16.5\Examples\DotNet\).

For Example:

  • The MainDemo shows the common functionality in the LEADTOOLS for .NET toolkit. It allows you to load/save images in the various image formats supported by LEADTOOLS as well perform image processing operation on them.
  • The DatabaseDemo shows how to store and retrieve LEADTOOLS images into/from a database.
  • The ThumbnailBrowserDemo shows how to build a basic application that generates thumbnails for images reside on disk.
  • The PrintPreviewDemo shows how to print the LEADTOOLS images efficiently and fast using the standard .NET printing mechanism.
  • Specific demo project source code references for each LEADTOOLS component and platform are listed in the Getting Started tables, under the topical headings at the bottom of this page.

New and Updated Demos

Downloadable WPF and .NET Demos for LEADTOOLS core functionality are published to our website and updated using Microsoft ClickOnce technology. Additional demos are available under relevant subjects in LEADTOOLS Support Forums.

LEADTOOLS Video Trainers

Getting Started video tutorials (with full audio voice-over) that walk through key coding tasks are hosted on the LEADTOOLS YouTube video channel.

For pointers to sample programs that demonstrate many features, see the table below: 

Assembly – Class/Namespace

Comments

Demos

Leadtools.<XXX>.DLL - Leadtools.<XXX>

Contains classes with properties, methods and events for <XXX>.

\Examples\DotNet\CS\<XXXDemo> \Examples\DotNet\VB\<XXXDemo>

Tutorial (Model) Programs

Tutorial programs are straightforward, stepwise models that show useful solutions to practical problems. You can use these as a starting point, cut and paste code, or simply review them for highlights on how to write code for a specific feature or problem. Tutorial (model) programs are listed on the Introduction page for each Assembly. For example, Barcode Tutorials are listed at Introduction - LEADTOOLS.Barcode.

Examples and Code Snippets

The documentation for each LEADTOOLS function reference includes an Example at the bottom of each page, with additional code snippets as needed in the Comments section. Where appropriate, these are related back to the relevant Demo and Tutorial programs.

LEADTOOLS Documentation

LEADTOOLS is committed to fully documenting its products. Please feel free to contact us with any errors or omissions. The Send Comments link at the top of each page will automatically note which page you are viewing when you send the comment.

Microsoft HTML Help 2.0 (.hxs) files for the .NET platform are installed with your product. Help files are found on the installation path in the \Help\Dotnet subdirectory (for example, C:\Program Files (x86)\LEAD Technologies\LEADTOOLS 16.5\Help\Dotnet).

For more Information, refer to: 
Getting Started - Leadtools
Getting Started - Leadtools.Annotations
Getting Started - Leadtools.Barcode
Getting Started - Leadtools.Codecs
Getting Started - Leadtools.ColorConversion
Getting Started - Leadtools.Dicom
Getting Started - Leadtools.Dicom.Annotations
Getting Started - Leadtools.Dicom.Scu
Getting Started - Leadtools.Dicom.Server.Admin
Getting Started - Leadtools.Dicom.AddIn
Getting Started - Leadtools.Forms
Getting Started - Leadtools.Forms.Auto
Getting Started - Leadtools.Forms.Ocr
Getting Started - Leadtools.Forms.Processing
Getting Started - Leadtools.Forms.Recognition
Getting Started - Leadtools.Forms.Recognition.Barcode
Getting Started - Leadtools.Forms.Recognition.Ocr
Getting Started - Leadtools.ImageOptimization
Getting Started - Leadtools.ImageProcessing.Color
Getting Started - Leadtools.ImageProcessing.Core
Getting Started - Leadtools.ImageProcessing.Effects
Getting Started - Leadtools.ImageProcessing.SpecialEffects
Getting Started - Leadtools.Jpeg2000
Getting Started - Leadtools.Jpip
Getting Started - Leadtools.Jpip.Client
Getting Started - Leadtools.Jpip.Client.WinForms
Getting Started - Leadtools.Jpip.Server
Getting Started - Leadtools.MedicalViewer
Getting Started - Leadtools.Mrc
Getting Started - Leadtools.Pdf
Getting Started - Leadtools.ScreenCapture
Getting Started - Leadtools.Services.DataContracts (WCF)
Getting Started - Leadtools.Services.Forms.DataContracts (WCF)
Getting Started - Leadtools.Services.Forms.ServiceContracts (WCF)
Getting Started - Leadtools.Services.ImageProcessing.DataContracts (WCF)
Getting Started - Leadtools.Services.ImageProcessing.ServiceContracts (WCF)
Getting Started - Leadtools.Services.Raster.DataContracts (WCF)
Getting Started - Leadtools.Services.Raster.FaultContracts (WCF)
Getting Started - Leadtools.Services.Raster.ServiceContracts (WCF)
Getting Started - Leadtools.Services.Barcode.DataContracts (WCF)
Getting Started - Leadtools.Services.Barcode.ServiceContracts (WCF)
Getting Started - Leadtools.Silverlight.Controls
Getting Started - Leadtools.SpecialEffects
Getting Started - Leadtools.Twain
Getting Started - Leadtools.Web
Getting Started - Leadtools.Wia
Getting Started - Leadtools.Windows.Annotations (WPF)
Getting Started - Leadtools.Windows.Controls.Pro (WPF)
Getting Started - Leadtools.Windows.Media (WPF)
Getting Started - Leadtools.Windows.Media.Transition.Base (WPF)
Getting Started - Leadtools.Windows.Media.Transitions (WPF)
Getting Started - Leadtools.WinForms
Getting Started - Leadtools.WinForms.CommonDialogs.Color
Getting Started - Leadtools.WinForms.CommonDialogs.File
Getting Started - Leadtools.Workflow.Barcode (WF)
Getting Started - Leadtools.Workflow.ImageProcessing (WF)
Getting Started - Leadtools.Workflow.Ocr (WF)
Getting Started - Leadtools.ScreenCapture
Getting Started - Leadtools.Workflow.Raster (WF)


Preface Reference 

Introduction

See Also