←Select platform

Status Property

Summary

Current status of the job and allows the user to cancel it.

Syntax
C#
VB
C++
Java
public DocumentConverterJobStatus Status { get; set; } 
Public Property Status() As DocumentConverterJobStatus 
   Get 
   Set 
public:  
   property DocumentConverterJobStatus^ Status 
   { 
      DocumentConverterJobStatus^ get() 
      void set(DocumentConverterJobStatus^ value) 
   } 
public DocumentConverterJobStatus getStatus() 
public void setStatus(DocumentConverterJobStatus value) 

Property Value

The current status of the job and allows the user to cancel it.

Remarks

Set Status to DocumentConverterJobStatus.Abort to abort this job.

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