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_HTML
    KVGFX_JAVA
}
KVHTMLGraphicType;

Enumerators

KVGFX_GIF

Specifies GIF (Graphics Interchange Format) as the graphic type.

KVGFX_JPEG

Specifies JPEG (Joint Photographic Experts Group) as the graphic type.

KVGFX_PNG

Specifies PNG (Portable Network Graphics) as the graphic type.

KVGFX_CGM

Deprecated.

KVGFX_WMF

Specifies WMF (Windows Metafile) as the graphic type.

KVGFX_JAVA

Deprecated.

KVGFX_HTML

Specifies that text in presentations are converted to HTML.


_FT_HTML5_bannerTitle.htm