Enum ImageType
An Image File Type Enumeration used to select image file formats when converting PDF documents to images. Also see: RasterizeToImageFiles(String, ImageType, Int32)
Namespace: IronPdf
Assembly: IronPdf.dll
Syntax
public enum ImageType
Fields
Name | Description |
---|---|
Bitmap | PDF pages will be rendered to windows Bitmap image files. |
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 |
Gif | PDF pages will be rendered to non-animated GIF image files. The GIF |
Jpeg | PDF pages will be rendered to JPEG image files. |
MultiPageTiff | Every page of the PDF will be compiled into a single multi-page TIFF image file (aka. multi-frame TIFF). |
Png | PDF pages will be rendered to PNG (Portable Network Graphics) image files. |
Tiff | PDF pages will be rendered to TIFF image files. |