←Select platform

JobName Property

Summary

Optional job name.

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

Property Value

The optional job name.

Remarks

If tracing is enabled with DocumentConverterDiagnostics.EnableTrace, then the engine will use this value in the trace messages. If this member is a null reference, then the trace will show the generic [Untitled] name next to the trace messages.

Example

For an example, refer to RunJob and RunJobAsync.

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