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

Show in webframe

UserData Property






Optional user-defined object that can be used a long side the job events to pass application specified data.
Syntax
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)
            
public:
property Object^ UserData {
   Object^ get();
   void set (    Object^ value);
}

Property Value

The optional user-defined object that can be used a long 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

See Also

Reference

DocumentConverterJobData Structure
DocumentConverterJobData Members
Using LEADTOOLS Document Converters

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