ImagePartType Enumeration

Defines ImagePartType - types of ImagePart.

Namespace:  DocumentFormat.OpenXml.Packaging
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration ImagePartType
'Usage
Dim instance As ImagePartType
public enum ImagePartType

Members

Member name Description
Bmp Windows Bitmap Graphics (.bmp).
Gif Graphic Interchange Format (.gif).
Png Portable (Public) Network Graphic (.png).
Tiff Tagged Image Format File (.tiff).
Icon Windows Icon (.ico).
Pcx PC Paintbrush Bitmap Graphic (.pcx).
Jpeg JPEG/JIFF Image (.jpeg).
Emf Extended (Enhanced) Windows Metafile Format (.emf).
Wmf Windows Metafile (.wmf).

See Also

Reference

DocumentFormat.OpenXml.Packaging Namespace