←Select platform

IsPostOperation Property

Summary

A value that indicates whether the engine has already run the operation.

Syntax
C#
C++/CLI
Java
Python
public bool IsPostOperation { get; } 
public:  
   property bool IsPostOperation 
   { 
      bool get() 
   } 
public boolean isPostOperation() 
IsPostOperation # get  (DocumentConverterJobEventArgs) 

Property Value

true if the engine has already run the operation; otherwise, false and the engine is about to run the operation.

Remarks

The DocumentConverterJobs.JobOperation event occur twice for each operation, first with IsPostOperation set to false, meaning the engine is about to run this operation and then with IsPostOperation set to true, meaning the engine has run the operation.

DocumentConverterJobs.JobStarted and DocumentConverterJobs.JobCompleted events fire once each with IsPostOperation set to false always.

Requirements

Target Platforms

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

Leadtools.Document.Converter Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.