PageBitsPerPixel property (ILEADRasterDocument)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short PageBitsPerPixel (short iPageIndex);

Overview

Refer to Working with Pages

Remarks

(Read only) Gets the bits per pixel of the page at the specified index in the OCR document.

The height, width and bits per pixel for each page are maintained internally. This information can be obtained for each page through the PageHeight, PageWidth and PageBitsPerPixel properties.

See Also

Elements:

AddPage method, PageCount property, UpdatePage method, RemovePage method, ExportPage method, PageWidth property, PageHeight property, AutoOrientPage method, CleanupPages method

Topics:

Quick Reference OCR: Working with Pages