jobName Property

Summary

Optional job name.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentConverterJobData.prototype, 'jobName', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly