The page number of the page to be processed.
A unique image identifier of the GdPictureImage object representing the required image, that will be processed by the OCR engine.





In This Topic
GdPicture14 Namespace / GdPicturePDF.PageBitmapOcrReadyEventHandler Delegate

GdPicturePDF.PageBitmapOcrReadyEventHandler Delegate

In This Topic
Syntax
'Declaration
 
<GuidAttribute("A49ED401-CEBC-30A0-A6CD-4C3F686BDB84")>
Public Delegate Sub GdPicturePDF.PageBitmapOcrReadyEventHandler( _
   ByVal PageNo As Integer, _
   ByVal ImageID As Integer _
) 
[Guid("A49ED401-CEBC-30A0-A6CD-4C3F686BDB84")]
public delegate void GdPicturePDF.PageBitmapOcrReadyEventHandler( 
   int PageNo,
   int ImageID
)
public delegate GdPicturePDF.PageBitmapOcrReadyEventHandler( 
    PageNo: Integer;
    ImageID: Integer
);
GuidAttribute("A49ED401-CEBC-30A0-A6CD-4C3F686BDB84")
public delegate GdPicturePDF.PageBitmapOcrReadyEventHandler( 
   PageNo : int,
   ImageID : int
)
[Guid("A49ED401-CEBC-30A0-A6CD-4C3F686BDB84")]
public: __gc __delegate void GdPicturePDF.PageBitmapOcrReadyEventHandler( 
   int PageNo,
   int ImageID
)
[Guid("A49ED401-CEBC-30A0-A6CD-4C3F686BDB84")]
public delegate void GdPicturePDF.PageBitmapOcrReadyEventHandler( 
   int PageNo,
   int ImageID
)

Parameters

PageNo
The page number of the page to be processed.
ImageID
A unique image identifier of the GdPictureImage object representing the required image, that will be processed by the OCR engine.
See Also