Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / IcoFrameEncoding Enumeration

In This Topic
    IcoFrameEncoding Enumeration
    In This Topic
    Encoding of ICO frame image.
    Syntax
    'Declaration
     
    Public Enum IcoFrameEncoding 
       Inherits System.Enum
    public enum IcoFrameEncoding : 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