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

[このトピックはプレリリースのドキュメントであり、今後のリリース時に変更される可能性があります。空白のトピックはプレースホルダとして表示されています。]

Types of ImagePart

Namespace: Microsoft.Office.DocumentFormat.OpenXml.Packaging
Assembly: Microsoft.Office.DocumentFormat.OpenXml (in microsoft.office.documentformat.openxml.dll)

構文

'宣言
Public Enumeration ImagePartType
'使用
Dim instance As ImagePartType
public enum ImagePartType

メンバ

  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)  

参照

リファレンス

Microsoft.Office.DocumentFormat.OpenXml.Packaging Namespace