Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents Namespace > LoadDocumentAsyncOptions Class : UserState Property |
public object UserState {get; set;}
'Declaration
Public Property UserState As Object
'Usage
Dim instance As LoadDocumentAsyncOptions Dim value As Object instance.UserState = value value = instance.UserState
This value can be set to anything by the user and is not used by DocumentFactory. The same value will be set in LoadAsyncProgressEventArgs.UserState of the Progress event data and in LoadAsyncCompletedEventArgs.UserState of the Completed event data.
For an example, refer to DocumentFactory.LoadFromUriAsync.