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

Show in webframe

IsPostOperation Property






A value that indicates whether the engine has already run the operation.
Syntax
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()
            
public:
property bool IsPostOperation {
   bool get();
}

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.

Example

For an example, refer to RunJob and RunJobAsync.

Requirements

Target Platforms

See Also

Reference

DocumentConverterJobEventArgs Class
DocumentConverterJobEventArgs 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