isPostOperation Property

Summary

A value that indicate whether the event is fired after the operation is run.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentViewerOperationEventArgs.prototype, 'isPostOperation', 
	get: function() 
) 
isPostOperation: boolean; // read-only 

Property Value

true if this event is fired after the operation is run; otherwise, false.

Remarks

Abort can only be used before the operation is run (IsPostOperation is false).

Requirements

Target Platforms

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

Leadtools.Document.Viewer Assembly