←Select platform

UserData Property

Summary

User defined data.

Syntax
C#
VB
C++
public string UserData { get; set; } 
Public Property UserData() As String 
   Get 
   Set 
public:  
   property String^ UserData 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

User defined data. The default value is null

Remarks

UserData is not used by the framework and can be set to any value by the user.

Example

For an example, refer to StatusJobDataRunner.

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.