Image Conversion in VB.NET

Comprehensive VB.NET Codes for Image Conversion within .NET Imaging SDK

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.
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.)
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.