The UserData Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets user-defined data of the PageRequestCallback.Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property UserData As Object |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As PageRequestCallbackData Dim value As Object value = instance.UserData |
C# | |
---|---|
public object UserData {get;} |
Property Value
The user-defined data of the PageRequestCallback.For an example refer to AutoFormsEngine.Run(RasterImage form, PageRequestCallback pageRequestCallback, Object userData, List<IMasterFormsCategory>).
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7