Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Show in webframe

UserState Property






The user-defined state object associated with this operation.
Syntax
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
public:
property Object^ UserState {
   Object^ get();
   void set (    Object^ value);
}

Property Value

Optional user-defined state object associated with this operation. Default value is null.
Remarks

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.

Example

For an example, refer to DocumentFactory.LoadFromUriAsync.

Requirements

Target Platforms

See Also

Reference

LoadDocumentAsyncOptions Class
LoadDocumentAsyncOptions Members

Error processing SSI file
   Leadtools.Documents requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features