ImageType Enumeration
Supported image types.

C# Syntax

public enum ImageType : System.Enum 
Members
MemberDescription
ButtonAn image contained in an input element (input type="image").
ClientAndServerImageMapAn image that is both a client image map and a server image map.
ClientImageMapAn image that is part of a client-side image map (relevant for area objects).
LinkAn image contained in an anchor element.
NormalA normal image without any special meaning.
ServerImageMapAn image defined as a server-side image map.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         HP.LFT.SDK.Web.ImageType