←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly