PageHeight property (ILEADRasterDocument)
short PageHeight (short iPageIndex); | |
Overview |
Refer to Working with Pages |
Remarks
(Read only) Gets the height, in pixels, 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