Leadtools.Windows.Controls Assembly Changes from Version 16.5 to Version 17
In LEADTOOLS v17, Leadtools.Windows.Controls.Pro is removed and its features have been merged in Leadtools.Windows.Controls. Also, the various controls have been re-designed to offer support for the latest features in Windows Presentation Foundation and Silverlight. Almost identical versions of the Leadtools.Windows.Controls assembly exist for both WPF and Silverlight to allow you to easily port and maintain versions of your applications on both platforms.
Updated Types
The following types have been updated in LEADTOOLS For .NET v17:
-
Leadtools.Windows.Controls.ImageViewer has been re-designed.
-
Leadtools.Windows.Controls.RasterImageViewer has been re-designed and replaces the old Leadtools.Windows.Controls.Pro.RasterImageViewer
-
Support for loading and saving images into the Leadtools.Windows.Controls.RasterImageViewer control directly has been removed. Instead use the standard LEADTOOLS Leadtools.Codecs.RasterCodecs to load the image or use the new Leadtools.Codecs.RasterImageTypeConverter class by setting the RasterImageViewer.Image or ImageViewer.Source properties directly in XAML.
New Types
The following new types have been added to LEADTOOLS For .NET v17:
Type | Description |
---|---|
ImageBox |
Light-weight version of Leadtools.Windows.Controls.ImageViewer which is perfect for viewing WPF or Silverlight images (System.Windows.Media.ImageSource) without the scrollbars or interactive modes. |
RasterImageBox |
Light-weight version of Leadtools.Windows.Controls.RasterImageViewer which is perfect for viewing LEADTOOLS images (Leadtools.RasterImage) without the scrollbars or interactive modes. |
MagnifyGlass |
New version of the magnify glass that uses WPF/Silverlight pixels shaders for speed optimization. |
New Members
The following new members have been added to existing types in LEADTOOLS For .NET v17:
Leadtools.Windows.Controls Assembly Changes from Version 16 to Version 16.5
New Members
The following members have been added to existing types in v16.5: