XlPictureConvertorType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how to convert a graphic.
public enum class XlPictureConvertorType
public enum XlPictureConvertorType
Public Enum XlPictureConvertorType
- Inheritance
-
XlPictureConvertorType
Fields
Name | Value | Description |
---|---|---|
xlBMP | 1 | Windows version 2.0 compatible bitmap. |
xlWMF | 2 | Windows Metafile. |
xlWPG | 3 | WordPerfect/DrawPerfect Graphic. |
xlDRW | 4 | DRW. |
xlDXF | 5 | DXF. |
xlHGL | 6 | HGL. |
xlCGM | 7 | Computer Graphics Metafile. |
xlEPS | 8 | Encapsulated Postscript. |
xlTIF | 9 | Tagged Image Format File. |
xlPCX | 10 | PC Paintbrush Bitmap Graphic. |
xlPIC | 11 | PIC. |
xlPLT | 12 | PLT. |
xlPCT | 13 | Bitmap Graphic (Apple PICT format). |