ImagePartType Enumeration

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Defines valid 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