←Select platform

BitsPerPixel Property

Summary

Gets the number of bits per pixel of this page.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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(); 
} 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly