←Select platform

JobName Property

Summary

Optional job name.

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

Property Value

The optional job name.

Remarks

This member mirrors DocumentConverterJobData.JobName. Refer to it for more information.

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