ImageGear .NET - Updated
Viewing
User Guide > How to Work with... > Common Operations > Viewing

ImageGear gives you complete control over how your application displays files on different Windows platforms. This topic provides an overview of the following:

Image Display Using ImGearPage Class

Once the ImGearPage class object is obtained (either by itself, or as part of an ImGearDocument class), the most common thing to do with it is to display it on the computer screen. Usually, an application will only display a given image on the computer screen once. However, there are many situations when an application will need to display the same image more than once (e.g., to allow the end user to apply some alternate display settings, the application needs to show "before" and "after" images at the same time). The various control options used to determine the appearance on the screen are all bundled together in a single object called ImGearPageDisplay. Each ImGearPageDisplay class is associated with one (and only one) ImGearPage class, but a given ImGearPage class can have any number (0, 1, or more) of ImGearPageDisplay class instances associated with it.

All that is necessary is to create an ImGearPageDisplay class instance attached to the page, set up display style optionally, and call its Draw method member during paint event handling.

See the section Image Display Using ImGearPage for more information.

Please use ImGearPresentationPageDisplay class instead of ImGearPageDisplay class when working with WPF environment.

Viewing in Windows Forms

The ImageGear.Windows.Forms namespace provides common GUI functionality that can simplify development of Windows Forms based applications. This functionality is implemented in a separate assembly (ImageGear24.Windows.Forms assembly), using only public ImageGear API, with source code provided to enable modifications.

See the section Viewing in Windows Forms for more information.

Viewing with Windows Presentation Foundation (WPF)

ImageGear.WPF namespace provides UI controls for use with the Windows Presentation Foundation (WPF) framework.

ImageGear WPF Samples require Visual Studio 2008 or later or Visual Studio 2005 extensions for .NET Framework 3.0 or later to be installed. It can be downloaded from the Microsoft web site and installed as an extension plug-in to Visual Studio.

See the section Viewing with WPF for more information.

Viewing Using ASP.NET

ImageGear includes an ASP.NET-based solution for displaying images in a web browser.

See the section Viewing Using ASP.NET for more information.

Viewing with the HTML5 Viewer

The HTML5 Viewer sample provides a front-end framework for viewing and navigating documents.

See the section Viewing with the HTML5 Viewer for more information.

More Information about Viewing

There are many configuration options and attributes that can be used to define how images should be displayed. The following list details some of the settings that can be controlled:

All of the above display attributes affect the display only. They do not alter either the image bitmap or the color palette in the DIB. In addition, any time your image is being displayed, you can center, zoom, or scroll it from within your application.