LEADTOOLS Forms (Leadtools.Forms.Auto assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
PageRequestCallback Delegate
See Also 
Leadtools.Forms.Auto Namespace : PageRequestCallback Delegate



data
An instance of the PageRequestCallbackData interface containing the requested image information.
Delegate method that is used to request a page and provide the requested page to the caller method.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub PageRequestCallback( _
   ByVal data As PageRequestCallbackData _
) 
Visual Basic (Usage)Copy Code
Dim instance As New PageRequestCallback(AddressOf HandlerMethod)
C# 
public delegate void PageRequestCallback( 
   PageRequestCallbackData data
)
C++/CLI 
public delegate void PageRequestCallback( 
   PageRequestCallbackData^ data
)

Parameters

data
An instance of the PageRequestCallbackData interface containing the requested image information.

Example

Remarks

This delegate is useful when the number of form pages is not known before recognizing the form or when the users does not want to load all image pages in the memory or load them via network while he needs to process few of them. So the user loads the first page of the form and uses it for recognition, then for processing he will be asked to provide only the pages that have processing fields.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Forms requires a Forms Module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features