It is an easy task to integrate the most advanced image & document processing and clean-up capabilities into your Windows Forms applications.
- Include crop, merge, paste images
- Support for image & documents rotation
- Edit images & documents using Erase Rectangle & Merge Block function
- Resize image & documents width and height
- Remove Red Eye Effect
- Support for Deskew Bitmap & Despeckle Bitmap
- More image processing & document clean-up functions
Image Manipulating
This integration guide suggests how to use WinForms .NET Imaging SDK to customize and process to images & documents. (For information about processing images in C#.NET applications, VB.NET applications or on the web, please go to
Customize Images for C#.NET,
Image Processing in VB.NET and
Image Processing in Web Viewer.)
- Start you Microsoft Visual Studio;
- Open an existed Windows Application;
- Add RasterEdge.DotNetImaging.dll to projects;
- Drag ImageViewer to your app;
- Load a picture and change its properties with build-in properties editor.
Deskew, Despeckle
Go to the built-in property editor to change image properties:
- Click "Deskew" to detect skew in a bi-tonal document and corrects the image by rotating it;
- Click "Despeckle" to detect small specks or noise and in a bi-tonal document and remove them.
Add, Crop, Delete Page
Go to the built-in property editor to change image properties:
- Click "Add" to add a new page;
- Click "Crop" to crop image with rectangle;
- Click "Delete" to delete the current page.
Line, Border, Hole Removal
Go to the built-in property editor to change image properties:
- Go to the built-in property editor to change image properties:
- Click "Hole Removal" to detect and removes hole punch artifacts from a bi-tonal image;
- Click "Border Removal" to removes black borders from a bi-tonal image;
- Click "Line Removal" to automatically remove horizontal or vertical lines from a bi-tonal image and reconnects broken characters.
Brightness Adjustment
Go to the built-in property editor to change image properties:
- Click "Brightness" to change the Brightness, Intensity, and Contrast of images;
Rotate
Go to the built-in property editor to change image properties:
- Click "Rotate to Clockwise" to rotate images to clockwise 90 degrees;
- Click "Rotate to CounterClockwise" to rotate images to counter-clockwise 90 degrees;
- Click "Flip Vertical" to rotate images 180 degrees vertically;
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.