'Declaration Public ReadOnly Property BitsPerPixel As Integer
'Usage Dim instance As ImGearRecImage Dim value As Integer value = instance.BitsPerPixel
public int BitsPerPixel {get;}
public: __property int get_BitsPerPixel();
'Declaration Public ReadOnly Property BitsPerPixel As Integer
'Usage Dim instance As ImGearRecImage Dim value As Integer value = instance.BitsPerPixel
public int BitsPerPixel {get;}
public: __property int get_BitsPerPixel();
This may differ from the original input image's color depth due to processing steps. For example, a 24-bit RGB image could be reduced to bitonal (1-bit black and white) depending on preprocessing settings.