ImagePartType Enumeration
Defines ImagePartType - types of ImagePart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Enumeration ImagePartType
用法
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). |