It is an easy task to integrate powerful image loading and viewing features into your Windows Forms applications.
- View multiple image and document formats
- Fit images to the width or height of viewer
- Fit images to the whole size of viewer
- Zoom in and zoom out
- Support for rubber ban zoom
- Include anti-aliasing function
- Support rotate images to any angle
- More image viewing & displaying functions
Image Viewing
This integration guide suggests how to use WinForms .NET Imaging SDK to display images and documents. (For information about viewing images in C#.NET applications, VB.NET applications or on the web, please go to
Image Viewing for C#.NET,
View Images in VB.NET and
Image Viewing in Web Viewer.) And online
RasterEdge.DocImageSDK Developer's Guide.pdf can help you more.
- Start you Microsoft Visual Studio;
- Open an existed Windows Application;
- Add RasterEdge.DotNetImaging.dll to projects;
- Drag a ImageViewer to your app;
- Select "OpenImageFileDialog" to load an image from the file system.
Anti-aliasing
Go to the built-in property editor:
- Click "Anti-aliasing" to set the anti-aliasing factor for the specified image.
Fit to Page
Go to the built-in property editor:
- Click "Fit to Width" to display the full width of the image horizontally scaling it to fit;
- Click "Fit to Height" to display the full height of the image vertically scaling it to fit;
- Click "Fit to Page" to display the full height of the image horizontally & vertically scaling it to fit.
Zoom In and Zoom Out
Go to the built-in property editor:
- Click "Zoom In" to enlarge the images or documents;
- Click "Zoom Out" to reduce the size of the images or documents;
- Click "Rubber Band Zoom" to zoom in on a specified area defined by dragging a rectangle onto the image.
More Tutorials!
Find more user guides with RasteEdge .NET Image in .NET Winforms applications!
Want to install Imaging SDK in Web applications, please go to
AJAX Zero-Footprint Document Image Viewer.