jobName Property

Summary

Optional job name.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentConverterJobData.prototype, 'jobName', 
   get: function(), 
   set: function(value) 
) 
jobName: string; 

Property Value

The optional job name.

Remarks

If tracing is enabled on the server side with, 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 Convert.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly