'Declaration Public Overrides ReadOnly Property SourceBitsPerPixel As System.Int32
public override System.Int32 SourceBitsPerPixel { get; }
public: __property System.Int32 get_SourceBitsPerPixel(); override;
public:
property System.Int32 SourceBitsPerPixel { System.Int32 get() override;; }
Property Value
1 if image page represents 1-bpp black-white image.
2 if image page represents 2-bpp palette/gray image.
4 if image page represents 4-bpp palette/gray image.
8 if image page represents 8-bpp palette/gray image.
24 if image page represents 24-bpp RGB image
32 if image page represents 32-bpp ARGB image or 32-bpp CMYK image.
48 if image page represents 48-bpp RGB image.
64 if image page represents 64-bpp ARGB image.
2 if image page represents 2-bpp palette/gray image.
4 if image page represents 4-bpp palette/gray image.
8 if image page represents 8-bpp palette/gray image.
24 if image page represents 24-bpp RGB image
32 if image page represents 32-bpp ARGB image or 32-bpp CMYK image.
48 if image page represents 48-bpp RGB image.
64 if image page represents 64-bpp ARGB image.