Table of Contents

Enum ImageType

Namespace
HP.LFT.SDK.Web
Assembly
HP.LFT.SDK.dll

Supported image types.

public enum ImageType

Fields

Button = 1

An image contained in an input element (input type="image").

ClientAndServerImageMap = 4

An image that is both a client image map and a server image map.

ClientImageMap = 3

An image that is part of a client-side image map (relevant for area objects).

An image contained in an anchor element.

Normal = 0

A normal image without any special meaning.

ServerImageMap = 5

An image defined as a server-side image map.