Error processing SSI file
LEADTOOLS Leadtools.Documents.Converters (Leadtools.Documents.Converters assembly)

Show in webframe

JobName Property






Optional job name.
Syntax
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)
            
public:
property String^ JobName {
   String^ get();
   void set (    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

See Also

Reference

DocumentConverterJobData Structure
DocumentConverterJobData Members
Using LEADTOOLS Document Converters

Error processing SSI file
   Leadtools.Documents.Converters requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features