LEADTOOLS for WPF Windows.Controls provide you with custom controls for working with images in XAML-based applications. These controls allow you to add image viewers, image lists, image pan windows, and interactive magnifying glass tools to your WPF applications. Any image displayed with these controls -- including the image area captured by the magnifying glass -- can then be enhanced with image effects or manipulated with other interactive user interface tools.
- A WPF application built with the LEADTOOLS ImageList (L), ImageViewer (R), and MagnifyGlass (Inset)
Image Viewers
Two different image viewer controls allow you to display over 150 LEADTOOLS-supported file formats in the Windows Presentation Foundation (WPF) development environment:
- BitmapSourceViewer, available in all LEADTOOLS for WPF products, supports displaying images as WPF BitmapSource objects.
- RasterImageViewer, available in the LEADTOOLS for WPF Module that adds onto LEADTOOLS SDKs, supports displaying either a BitmapSource object or a LEADTOOLS RasterImage object, as well as provides built-in support for loading and saving image files. This viewer offers a number of powerful advantages.
- If a file format is not natively supported by the BitmapSource viewer, you must use a codec to get the image object, then copy the image to the BitmapSource viewer. When saving, you lose lose control over file parameters like bits-per-pixel. The RasterImageViewer loads and saves directly, eliminating this step, as well as retaining complete control over image save options.
- Current LEADTOOLS customers can quickly port their existing Winforms applications that call the RasterImageViewer directly to WPF.
- Anyone starting fresh on new WPF applications can leverage LEADTOOLS RasterImage features to quickly add image processing functionality, file format support, scanning, barcode, and document cleanup support, and DICOM medical imaging support to their WPF applications.
- A WPF application that displays PDF or TIFF document images, with interactive controls for automated document cleanup and optical character recognition (OCR). Built with the LEADTOOLS RasterImage Viewer (L), plus button and slider controls bound to LEADTOOLS Document Imaging functions (R).
- A WPF application that displays DICOM medical images, built with the LEADTOOLS ImageList (B), RasterImage Viewer (T), and Magnifying Glass (Inset)
For both viewers, display options include fit-to-width, stretch-to-fit, specify size, and full-sized. Viewer elements like frames, frame shadows, backgrounds, scrollbars, and borders are all customizeable.
Specify image display area, display method, and size. Dress up image displays with custom frames, borders and scrollbars.
Image Lists
The ImageList control lets you display lists of thumbnail images in several pre-defined styles, or in your own defined style. As with image lists, backgrounds, borders, and scrollbars are customizeable:
Image Pan Windows
Image pan windows allow users to keep track of where they are when viewing large images in small spaces. Users can navigate though large images by dragging the image, sliding image scrollbars, or dragging the pan window selector box.
- For the image selected from the image list (R), the pan viewer (C-red box) shows the location of image detail displayed in the image viewer (L).
Magnifying Glasses
Further optimize screen space by adding a magnifying glass interactive tool to the viewer. The LEADTOOLS WPF Standard Edition and LEADTOOLS WPF Module include additional options like magnifying glass size and shape.
Key Features:
Supported Environments
Leadtools.Windows.Controls comes in Win32 and x64 editions that can support development of software applications for any of the following environments:
- Windows Vista
- Windows XP
- Windows Server 2003
Note that in order for a WPF application to run, Microsoft .Net Framework 3.0 must be installed on the client. Internet Explorer 7 can auto-detect whether Framework is installed under certain conditions. For more information, refer to Deploying a WPF Application (WPF).