Getting Started
Leadtools.WinForms.CommonDialogs.Color Getting Started
Summary
LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.Color assembly)
For pointers to sample programs that demonstrate many features, see the table below:
.NET
Java/Android
JavaScript
Xamarin
iOS and macOS
.NET
Redistributables Paths
Assembly -
Class/Namespace |
Comments |
Leadtools.WinForms.CommonDialogs.File.DLL-
Leadtools.WinForms.CommonDialogs.File |
The Leadtools.WinForms.CommonDialogs.File namespace provides support for file input and output common dialog functionality. |
Leadtools.WinForms.CommonDialogs.Color.DLL-
Leadtools.WinForms.CommonDialogs.Color |
The Leadtools.WinForms.CommonDialogs.Color namespace provides support for color image processing common dialog functionality. |
Dependencies
Sample Programs
Name |
Path |
Description |
Draw Demo |
\Examples\Main\DotNet\DrawDemo |
Demonstrates using RasterImage object as a drawing surface. - Gets a drawing surface for the LEADTOOLS RasterImage object.
- Draws graphic objects on the RasterImage object.
- Saves the updated image.
|
Main Demo |
\Examples\Main\DotNet\MainDemo |
Demonstrates many of the basic and advanced core features of LEADTOOLS. - Load and save all formats supported by LEADTOOLS
- Display (scroll/zoom) images with options, including Animation
- Apply Image Processing
- Capture images from the screen
- Acquire images from TWAIN and WIA scanners
- Print images
- Copy/paste images to and from the clipboard
|
Paint While Load Demo |
\Examples\Main\DotNet\PaintWhileLoadDemo |
Demonstrates painting an image to the screen while loading/decoding. Simulates receiving an image file over a slow connection. Paints the image in chunks, as it is loaded/decoded. |
Print Preview Demo |
\Examples\Main\DotNet\PrintPreviewDemo |
Demonstrates implementing image print preview support using LEADTOOLS. |
Main Demo (WPF) |
\Examples\Main\DotNet\WPFMainDemo |
Demonstrates many of the basic and advanced core features of LEADTOOLS WPF. - Load and save all formats supported by LEADTOOLS
- Display (scroll/zoom) images with options
- Apply Image Processing
|
Java/Android
Sample Programs
Name |
Path |
Description |
LeadtoolsDemos (Android) |
\Examples\Main\Android\LeadtoolsDemos |
|
Main Demo (Java) |
\Examples\Main\Java\MainDemo |
Demonstrates the basic and core features of LEADTOOLS. - Load and save all formats supported by LEADTOOLS
- Apply Image Processing
|
JavaScript
Sample Programs
Name |
Path |
Description |
Annotations.JavaScript |
\Examples\Main\JS\DemoLibraries\Annotations.JavaScript |
|
Annotations.UserMedicalPack |
\Examples\Main\JS\DemoLibraries\Annotations.UserMedicalPack |
|
Demos |
\Examples\Main\JS\DemoLibraries\Demos |
|
Demos.Annotations |
\Examples\Main\JS\DemoLibraries\Demos.Annotations |
|
Demos.Basic |
\Examples\Main\JS\DemoLibraries\Demos.Basic |
|
Demos.Styles |
\Examples\Main\JS\DemoLibraries\Demos.Styles |
|
DemoServices |
\Examples\Main\JS\DemoServices |
|
|
\Examples\Main\JS\DemoServices\core |
|
|
\Examples\Main\JS\DemoServices\fx |
|
LeadtoolsServicesHostManager |
\Examples\Main\JS\LeadtoolsServicesHostManager |
|
Xamarin
Sample Programs
Name |
Path |
Description |
Demos.Xamarin |
\Examples\Main\Xamarin\Demos.Xamarin |
|
iOS and macOS
Sample Programs
Name |
Path |
Description |
C Application |
\Examples\Main\Xcode\iOS\Objective-C\C Application |
|
|
\Examples\Main\Xcode\iOS\Swift\C Application |
|
See Also
Reference
Introduction