C#
VB
Java
Objective-C
WinRT C#
C++
Gets the number of bits per pixel of this page.
public int BitsPerPixel { get; }
ReadOnly Property BitsPerPixel As Integer
int BitsPerPixel {get;}
@property (nonatomic, assign, readonly) NSUInteger bitsPerPixel
public int getBitsPerPixel()
get_BitsPerPixel();
property int BitsPerPixel {
int get();
}
The number of bits per pixel of this page.
You can get the palette used by this page (if any) with the GetPalette method.
For an example, refer to IOcrPage.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET