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