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.UI Namespace > DocumentViewerOperationEventArgs Class : Abort Property |
public bool Abort {get; set;}
'Declaration
Public Property Abort As Boolean
'Usage
Dim instance As DocumentViewerOperationEventArgs Dim value As Boolean instance.Abort = value value = instance.Abort
The user can abort an operation for two reasons: The application requires a custom action when this operation happens and the default behavior should not run, or if the application allows the user to cancel the operation through the user interface. In either case, set the value of Abort to true and the document viewer will not run the default action of this operation.
Abort can only be used before the operation is run (IsPostOperation is false).