'Declaration Public MustOverride ReadOnly Property BitsPerPixel As System.Int32
public abstract System.Int32 BitsPerPixel { get; }
public: __property abstract System.Int32 get_BitsPerPixel();
public:
abstract property System.Int32 BitsPerPixel { System.Int32 get(); }
Property Value
1 if image page represents 1-bpp black-white image.
8 if image page represents 2/4/8-bpp palette/gray image (2- and 4-bpp image will be converted to 8-bpp image).
24 if image page represents 24-bpp RGB image or 32-bpp CMYK image (32-bpp CMYK image will be converted to 24-bpp RGB image).
32 if image page represents 32-bpp ARGB image.
48 if image page represents 48-bpp RGB image.
64 if image page represents 64-bpp ARGB image.
8 if image page represents 2/4/8-bpp palette/gray image (2- and 4-bpp image will be converted to 8-bpp image).
24 if image page represents 24-bpp RGB image or 32-bpp CMYK image (32-bpp CMYK image will be converted to 24-bpp RGB image).
32 if image page represents 32-bpp ARGB image.
48 if image page represents 48-bpp RGB image.
64 if image page represents 64-bpp ARGB image.