←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#
C++/CLI
Java
Python
public object UserData { get; set; } 
public:  
   property Object^ UserData 
   { 
      Object^ get() 
      void set(Object^ value) 
   } 
public Object getUserData() 
public void setUserData(Object value) 
UserData # get and set (DocumentConverterJobData) 

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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly

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