GdPicturePDF.BeforePageOcrEventHandler Delegate
In This Topic
Syntax
'Declaration
<GuidAttribute("09334C38-AE77-3E0C-A453-9809D2CE2091")>
Public Delegate Sub GdPicturePDF.BeforePageOcrEventHandler( _
ByVal As Integer, _
ByRef As Boolean _
)
[Guid("09334C38-AE77-3E0C-A453-9809D2CE2091")]
public delegate void GdPicturePDF.BeforePageOcrEventHandler(
int ,
ref bool
)
public delegate GdPicturePDF.BeforePageOcrEventHandler(
: Integer;
var : Boolean
);
GuidAttribute("09334C38-AE77-3E0C-A453-9809D2CE2091")
public delegate GdPicturePDF.BeforePageOcrEventHandler(
: int,
: boolean
)
[Guid("09334C38-AE77-3E0C-A453-9809D2CE2091")]
public: __gc __delegate void GdPicturePDF.BeforePageOcrEventHandler(
int ,
ref bool
)
[Guid("09334C38-AE77-3E0C-A453-9809D2CE2091")]
public delegate void GdPicturePDF.BeforePageOcrEventHandler(
int ,
bool%
)
Parameters
- PageNo
- The page number of the page to be processed.
- Cancel
- Cancellation parameter. Switching it to true permits to cancel the process on this specific page.
See Also