[]
Gets the resolution (bits-per-pixel, BPP) of this image.
Note that the PdfImageHandler returns the resolution of the underlying image. In some cases a PDF image may not provide any info about its resolution, in such cases this property will return 0.
public override int BitsPerPixel { get; }
Public Overrides ReadOnly Property BitsPerPixel As Integer