PageWidth property (ILEADRasterDocument)
short PageWidth (short iPageIndex); | |
Overview |
Refer to Working with Pages |
Remarks
(Read only) Gets the width, in pixels, of the page at the specified index in the OCR document (internal list of pages).
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