Specifies the type (format) of an image in a Microsoft Word document.
[Visual Basic]
Public Enum ImageType
[C#]public enum ImageType
Remarks
Members
| Member Name | Description | Value |
| NoImage | The is no image data. | 0 |
| Unknown | An unknown image type or image type that cannot be directly stored inside a Microsoft Word document. | 1 |
| Emf | Windows Enhanced Metafile. | 2 |
| Wmf | Windows Metafile. | 3 |
| Pict | Macintosh PICT. An existing image will be preserved in a document, but inserting new PICT images into a document is not supported. | 4 |
| Jpeg | JPEG JFIF. | 5 |
| Png | Portable Network Graphics. | 6 |
| Bmp | Windows Bitmap. | 7 |
Requirements
Namespace: Aspose.Words.Drawing
Assembly: Aspose.Words (in Aspose.Words.dll)
See Also
Aspose.Words.Drawing Namespace | ImageType