←Select platform

Operation Property

Summary

The operation that was running when the error occurred.

Syntax
C#
VB
C++
Java
public DocumentConverterJobOperation Operation { get; set; } 
Public Property Operation() As DocumentConverterJobOperation 
   Get 
   Set 
public:  
   property DocumentConverterJobOperation^ Operation 
   { 
      DocumentConverterJobOperation^ get() 
      void set(DocumentConverterJobOperation^ value) 
   } 
public DocumentConverterJobOperation getOperation() 
public void setOperation(DocumentConverterJobOperation value) 

Property Value

An DocumentConverterJobOperation enumeration member that specifies the operation that was running when the error occurred.

Example

For an example, refer to RunJob and RunJobAsync.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 Apryse Sofware Corp. All Rights Reserved.

Leadtools.Document.Converter Assembly