←Select platform

UserData Property

Summary

Optional user-defined object that can be used along side the job events to pass application specified data.

Syntax
C#
VB
C++
Java
public object UserData { get; set; } 
Public Property UserData() As Object 
   Get 
   Set 
public:  
   property Object^ UserData 
   { 
      Object^ get() 
      void set(Object^ value) 
   } 
public Object getUserData() 
public void setUserData(Object value) 

Property Value

The optional user-defined object that can be used along side the job events to pass application specified data.

Remarks

UserData can contain any application specific data. The value can be obtained at any time through the DocumentConverterJob.JobData property.

Example

For an example, refer to RunJob and RunJobAsync.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.