The image conversion functions implement features, allowing developers to convert document and image formats according to their needs in few seconds in VB.NET applications.
- 30+ image formats supported, including PDF, TIFF, GIF, BMP, JPEG
- Support document format conversion
- Include single conversion
- Support batch conversion
- Identify document and image formats
- Automatically detect image and document color space, color depth
- Automatic pixel depth conversion
- High speed image conversion
- More batch image & document conversion functions
Image Conversion
Here is a detailed VB.NET sample for converting images format one to another with RasterEdge .NET Imaging SDK. (For C#.NET developers, please go to
Image Conversion for C#.NET. Want to convert Image and document to other format in Winforms or Web applications, please go to
Image Converting in Winforms and
Web Document Image Converting.)
- Start Visual Studio .NET (2005 or later version);
- Begin a new project with programming language - VB.NET;
- Add RasterEdge.DotNetImaging.dll to your VB.NET applications;
- Add the appropriate Imports directive:
Imports System.IO
Imports System.Drawing.Printing
Imports RasterEdge.Imaging
Convert Image
Copy those following VB.NET codes to convert image or document formats when you need to:
Convert(ByVal pic.tif As String, ByVal pic1.jpg As String, ByVal encoder As JpegEncoder)
More Tutorials!
Find more user guides with RasteEdge .NET Image SDK using VB.NET sample codings!
Want to install Imaging SDK in Winforms or Web applications, please go to
Use Imaging SDK in Winforms and
Web Document Image Viewer.