Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.Converters Namespace > DocumentConverterJobData Structure : JobName Property |
public string JobName {get; set;}
'Declaration
Public Property JobName As String
'Usage
Dim instance As DocumentConverterJobData Dim value As String instance.JobName = value value = instance.JobName
public String getJobName() public void setJobName(String value)
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.
For an example, refer to RunJob and RunJobAsync.