Class ImageType
Represents the supported image formats for Image elements.
Inheritance
System.Object
ImageType
Namespace: IronWord.Models.Enums
Assembly: IronWord.dll
Syntax
public sealed class ImageType : Enum
Fields
Bmp
Windows Bitmap Graphics (.bmp).
Declaration
public const ImageType Bmp
Field Value
| Type | Description |
|---|---|
| ImageType |
Emf
Extended (Enhanced) Windows Metafile Format (.emf).
Declaration
public const ImageType Emf
Field Value
| Type | Description |
|---|---|
| ImageType |
Gif
Graphic Interchange Format (.gif).
Declaration
public const ImageType Gif
Field Value
| Type | Description |
|---|---|
| ImageType |
Icon
Windows Icon (.ico).
Declaration
public const ImageType Icon
Field Value
| Type | Description |
|---|---|
| ImageType |
Jpeg
JPEG/JIFF Image (.jpeg).
Declaration
public const ImageType Jpeg
Field Value
| Type | Description |
|---|---|
| ImageType |
Pcx
PC Paintbrush Bitmap Graphic (.pcx).
Declaration
public const ImageType Pcx
Field Value
| Type | Description |
|---|---|
| ImageType |
Png
Portable (Public) Network Graphic (.png).
Declaration
public const ImageType Png
Field Value
| Type | Description |
|---|---|
| ImageType |
Svg
Scalable Vector Graphics (.svg).
Declaration
public const ImageType Svg
Field Value
| Type | Description |
|---|---|
| ImageType |
Tiff
Tagged Image Format File (.tiff).
Declaration
public const ImageType Tiff
Field Value
| Type | Description |
|---|---|
| ImageType |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Wmf
Windows Metafile (.wmf).
Declaration
public const ImageType Wmf
Field Value
| Type | Description |
|---|---|
| ImageType |