GdPicture.NET.14
GdPicture14 Namespace / GdPicturePDF.BeforePageOcrEventHandler Delegate
The page number of the page to be processed.
Cancellation parameter. Switching it to true permits to cancel the process on this specific page.





In This Topic
GdPicturePDF.BeforePageOcrEventHandler Delegate
In This Topic
Syntax
'Declaration
 
<GuidAttribute("09334C38-AE77-3E0C-A453-9809D2CE2091")>
Public Delegate Sub GdPicturePDF.BeforePageOcrEventHandler( _
   ByVal PageNo As Integer, _
   ByRef Cancel As Boolean _
) 
[Guid("09334C38-AE77-3E0C-A453-9809D2CE2091")]
public delegate void GdPicturePDF.BeforePageOcrEventHandler( 
   int PageNo,
   ref bool Cancel
)
public delegate GdPicturePDF.BeforePageOcrEventHandler( 
    PageNo: Integer;
   var  Cancel: Boolean
);
GuidAttribute("09334C38-AE77-3E0C-A453-9809D2CE2091")
public delegate GdPicturePDF.BeforePageOcrEventHandler( 
   PageNo : int,
   Cancel : boolean
)
[Guid("09334C38-AE77-3E0C-A453-9809D2CE2091")]
public: __gc __delegate void GdPicturePDF.BeforePageOcrEventHandler( 
   int PageNo,
   ref bool Cancel
)
[Guid("09334C38-AE77-3E0C-A453-9809D2CE2091")]
public delegate void GdPicturePDF.BeforePageOcrEventHandler( 
   int PageNo,
   bool% Cancel
)

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