KVHTMLGraphicType

This enumerated type defines graphic formats to which embedded graphics and presentations are converted. This enumerated type is defined in kvhtml.h.

Definition

typedef enum tag_KVHTMLGraphicType
{
    KVGFX_GIF,
    KVGFX_JPEG,
    KVGFX_PNG,
    KVGFX_CGM,
    KVGFX_WMF,
    KVGFX_JAVA,
    KVGFX_HTML,
    KVGFX_SVG
}
KVHTMLGraphicType;

Enumerators

KVGFX_GIF GIF (Graphics Interchange Format).
KVGFX_JPEG JPEG (Joint Photographic Experts Group).
KVGFX_PNG PNG (Portable Network Graphics).
KVGFX_CGM Deprecated.
KVGFX_WMF WMF (Windows Metafile).
KVGFX_JAVA Deprecated.
KVGFX_HTML Specifies that text in presentations are converted to HTML.
KVGFX_SVG SVG (Scalable Vector Graphics).