Gets or sets the final bits per pixel of the loaded
Leadtools.RasterImage.
public int BitsPerPixel {get; set;}
'Declaration
Public Property BitsPerPixel As Integer
'Usage
Dim instance As CodecsDocLoadOptions
Dim value As Integer
instance.BitsPerPixel = value
value = instance.BitsPerPixel
public int BitsPerPixel {get; set;}
get_BitsPerPixel();
set_BitsPerPixel(value);
Object.defineProperty('BitsPerPixel');
public:
property int BitsPerPixel {
int get();
void set ( int value);
}
Property Value
One of the supported LEADTOOLS bits per pixel values.