DS.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / IcoFrameEncoding Enumeration

IcoFrameEncoding Enumeration
Encoding of ICO frame image.
Syntax
'Declaration
 
Public Enum IcoFrameEncoding 
   Inherits System.Enum
 
Members
MemberDescription
Argb32ARGB or 0RGB image with 8 bits per channel.
Indexed11-bit indexed image with color palette.
Indexed44-bit indexed image with color palette.
Indexed88-bit indexed image with color palette.
PngThe image is stored in compressed PNG format.
Rgb15RGB image with 5 bits per channel, no color palette.
Rgb24RGB image with 8 bits per channel, no color palette.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Imaging.IcoFrameEncoding

See Also