'Declaration Public Overrides ReadOnly Property BitsPerPixel As System.Integer
public override System.int BitsPerPixel {get;}
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.
'Declaration Public Overrides ReadOnly Property BitsPerPixel As System.Integer
public override System.int BitsPerPixel {get;}