The Leadtools.Converters namespace provides for interoperation between a LEADTOOLS image (Leadtools.RasterImage) and various other types of images from different environments.
Key Features:
- Convert back and forth between LEADTOOLS (Leadtools.RasterImage) and WPF / Silverlight (System.Windows.Media.ImageSource) objects.
- Convert back and forth between LEADTOOLS (Leadtools.RasterImage) and WinRT (Windows.UI.Xaml.Media.ImageSsource) objects.
- Convert back and forth between LEADTOOLS (Leadtools.RasterImage) and Android (Android.Graphics.Bitmap) classes.
- Convert back and forth between LEADTOOLS (Leadtools.RasterImage) and iOS / OS X (NSImage/UIImage and CGImage) objects.
LEADTOOLS toolkits ship with many demos that show how to use the toolkit in different environments.
See Also