  | IOcrDocumentGetImage Method  | 
 
            Gets the image that corresponds to the specified page number.
            
 
    Namespace: 
   Opait.Ocr.Api
    Assembly:
   Opait.Ocr (in Opait.Ocr.dll) Version: 1.3.3.0
SyntaxIOcrImage GetImage(
	int pageNumber
)
Parameters
- pageNumber
 - Type: SystemInt32
The page number of the OCR image. 
Return Value
Type: 
IOcrImageThe OCR image of the page.
See Also