This enumerated type defines graphic formats to which embedded graphics and presentations are converted. This enumerated type is defined in kv
.h
.
typedef enum tag_KVXMLGraphicType { KVGFX_GIF, KVGFX_JPEG, KVGFX_PNG, KVGFX_CGM, KVGFX_WMF, KVGFX_JAVA } KVXMLGraphicType;
Specifies GIF (Graphics Interchange Format) as the graphic type. |
|
Specifies JPEG (Joint Photographic Experts Group) as the graphic type. |
|
Specifies PNG (Portable Network Graphics) as the graphic type. |
|
Deprecated. |
|
Specifies WMF (Windows Metafile) as the graphic type. |
|
Deprecated. |
|