'Declaration Public Enum IcoFrameEncoding Inherits System.Enum
public enum IcoFrameEncoding : System.Enum
'Declaration Public Enum IcoFrameEncoding Inherits System.Enum
public enum IcoFrameEncoding : System.Enum
Member | Description |
---|---|
Argb32 | ARGB or 0RGB image with 8 bits per channel. |
Indexed1 | 1-bit indexed image with color palette. |
Indexed4 | 4-bit indexed image with color palette. |
Indexed8 | 8-bit indexed image with color palette. |
Png | The image is stored in compressed PNG format. |
Rgb15 | RGB image with 5 bits per channel, no color palette. |
Rgb24 | RGB image with 8 bits per channel, no color palette. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Imaging.IcoFrameEncoding