The PageRequestCallbackData Class is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Data for the PageRequestCallback delegate.
| Visual Basic (Declaration) | |
|---|---|
Public Class PageRequestCallbackData | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As PageRequestCallbackData | |
| C# | |
|---|---|
public class PageRequestCallbackData | |
| C++/CLI | |
|---|---|
public ref class PageRequestCallbackData | |
For an example, refer to AutoFormsEngine.Run(RasterImage form, PageRequestCallback pageRequestCallback, Object userData, List<IMasterFormsCategory>).
A PageRequestCallbackData object is passed to the PageRequestCallback delegate every time a page of the image in needed and it is not available in the Leadtools.RasterImage object that is passed to the method that is using it.
System.Object
Leadtools.Forms.Auto.PageRequestCallbackData
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code