bitsPerPixel property

int bitsPerPixel
final

Bits per pixel of the source image data (e.g. 1, 8, 24).

A value of 1 typically indicates an image mask (stencil). Image mask objects appear in the PdfPageImages.images list and are not suppressed automatically — callers can identify them via this field.

Implementation

final int bitsPerPixel;