Class ImageType
An Image File Type Enumeration used to select image file formats when converting PDF documents to images. Also see: RasterizeToImageFiles(String, ImageType, Int32)
Inheritance
System.Object
    ImageType
  Namespace: IronPdf.Imaging
Assembly: IronPdf.dll
Syntax
public sealed class ImageType : Enum
  Fields
Bitmap
PDF pages will be rendered to windows Bitmap image files.
Declaration
public const ImageType Bitmap
  Field Value
| Type | Description | 
|---|---|
| ImageType | 
Default
Default file type. WIll save images in a Bitmap file type unless a file pattern ends in an image file format such as .png or .jpeg
Declaration
public const ImageType Default
  Field Value
| Type | Description | 
|---|---|
| ImageType | 
Gif
PDF pages will be rendered to non-animated GIF image files. The GIF
Declaration
public const ImageType Gif
  Field Value
| Type | Description | 
|---|---|
| ImageType | 
Jpeg
PDF pages will be rendered to JPEG image files.
Declaration
public const ImageType Jpeg
  Field Value
| Type | Description | 
|---|---|
| ImageType | 
MultiPageTiff
Every page of the PDF will be compiled into a single multi-page TIFF image file (aka. multi-frame TIFF).
Declaration
public const ImageType MultiPageTiff
  Field Value
| Type | Description | 
|---|---|
| ImageType | 
Png
PDF pages will be rendered to PNG (Portable Network Graphics) image files.
Declaration
public const ImageType Png
  Field Value
| Type | Description | 
|---|---|
| ImageType | 
Tiff
PDF pages will be rendered to TIFF image files.
Declaration
public const ImageType Tiff
  Field Value
| Type | Description | 
|---|---|
| ImageType | 
value__
Declaration
public int value__
  Field Value
| Type | Description | 
|---|---|
| System.Int32 |