←Select platform

BitsPerPixel Property

Summary

Gets the number of bits per pixel of this page.

Syntax
C#
VB
Objective-C
C++
Java
public int BitsPerPixel { get; } 
ReadOnly Property BitsPerPixel As Integer 
@property (nonatomic, assign, readonly) NSUInteger bitsPerPixel 
public int getBitsPerPixel() 
property int BitsPerPixel { 
   int get(); 
} 

Property Value

The number of bits per pixel of this page.

Remarks

You can get the palette used by this page (if any) with the GetPalette method.

Example

For an example, refer to IOcrPage.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly