DioDocs for PDF
IcoFrameEncoding 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 : IcoFrameEncoding 列挙体
Encoding of ICO frame image.
シンタックス
'宣言
 
Public Enum IcoFrameEncoding 
   Inherits System.Enum
public enum IcoFrameEncoding : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

GrapeCity.Documents.Imaging 名前空間