Share via


ImagePartType Enumeration (Microsoft.Office.DocumentFormat.OpenXml.Packaging)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Types of ImagePart

Namespace: Microsoft.Office.DocumentFormat.OpenXml.Packaging
Assembly: Microsoft.Office.DocumentFormat.OpenXml (in microsoft.office.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)  
Emf Extended (Enhanced) Windows Metafile Format (.emf)  
Gif Graphic Interchange Format (.gif)  
Icon Windows Icon (.ico)  
Jpeg JPEG/JIFF Image (.jpeg)  
Pcx PC Paintbrush Bitmap Graphic (.pcx)  
Png Portable (Public) Network Graphic (.png)  
Tiff Tagged Image Format File (.tiff)  
Wmf Windows Metafile (.wmf)  

See Also

Reference

Microsoft.Office.DocumentFormat.OpenXml.Packaging Namespace