How to C#: Converter
Use Convert SDK for C#
Convert to Jpeg, Png, Bmp, and Gif Images
  |  
Home ›› XDoc.Converter ›› C# Converter: Convert to Raster Image

C# Image Convert: How to Convert PDF, Word, Excel, PowerPoint, Tiff to Jpeg, Png, Bitmap Images


Supports: Adobe PDF, Microsoft Word, Excel, PowerPoint, Tiff, Dicom, and Jpeg, Png, Bitmap, 100+ Image Formats






Compatible with .NET Framework 2.0, 3.0, 3.5, 4.0, and 4.5


Easy to be installed into Visual Studio .NET windows and web applications


Offer mature APIs for fast conversion from various files to raster images using C# programming


Support several raster image file formats, including Bmp, Png, Gif, and Jpeg


Resolution of input and output files is user-defined in C# .NET application




C# Programming Demos



Word to Raster Images Conversion


You will get C# programming demos for converting Word doucment to Jpeg, Png, Gif, and Bitmap raster images respectively.


Excel to Raster Images Conversion


This page illustrates how to convert Excel document to several raster images (Jpeg, Bmp, Png, and Gif) in C# application. Note, Excel 2003 and later versions are supported.

PPT to Raster Images Conversion


C# programming demos for conversions from PowerPoint to Jpeg, PowerPoint to Png, PowerPoint to Bmp, and PowerPoint to Gif are offered.


PDF to Raster Images Conversion


XDoc.Converter for .NET supports not only conversion from raster images to PDF, but also conversion from PDF to raster images. Here, C# demos for converting PDF to Jpeg, Png, Bmp, and Gif are depicted.

Tiff to Raster Images Conversion


C#.NET progarmmers are also allowed to use mature .NET APIs to convert Tiff image file to four common raster images. Simple sample codes are provided for your testing.


Dicom to Raster Images Conversion


RasterEdge XDoc.Converter for .NET also empowers C# users to implement conversion between image file formats. Then, on this page, we will guide you to convert Dicom image to Jpeg, Png, Bmp, and Gif raster images.




Advanced Raster Images Conversion Options



There are three raster images conversion options that can be used in your C# .NET application.


UseDefaultResolution: Flag to indicate if use the resolution defined in input file. Default: true.


ResolutionX: Horizontal resolution of the output raster image in pixel per inch. This property is only applied while UseDefaultResolution is set to false. Default: 96.0F.


ResolutionY: Vertical resolution of the output raster image in pixel per inch. This property is only applied while UseDefaultResolution is set to false. Default: 96.0F.