Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.Converters Namespace > DocumentConverterJobEventArgs Class : IsPostOperation Property |
public bool IsPostOperation {get;}
'Declaration
Public ReadOnly Property IsPostOperation As Boolean
'Usage
Dim instance As DocumentConverterJobEventArgs Dim value As Boolean value = instance.IsPostOperation
public boolean isPostOperation()
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.
For an example, refer to RunJob and RunJobAsync.