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.Converters Namespace > DocumentConverterJobData Structure : UserData Property |
public object UserData {get; set;}
'Declaration
Public Property UserData As Object
'Usage
Dim instance As DocumentConverterJobData Dim value As Object instance.UserData = value value = instance.UserData
public Object getUserData() public void setUserData(Object value)
UserData can contain any application specific data. The value can be obtained at any time through the DocumentConverterJob.JobData property.
For an example, refer to RunJob and RunJobAsync.