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

Show in webframe

Abort Property






Indicates whether this operation should be aborted.
Syntax
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
public:
property bool Abort {
   bool get();
   void set (    bool value);
}

Property Value

true if this operation should be aborted; otherwise, false. Default value is false.
Remarks

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).

Requirements

Target Platforms

See Also

Reference

DocumentViewerOperationEventArgs Class
DocumentViewerOperationEventArgs Members
Document Viewer Operations

Error processing SSI file
Leadtools.Documents.UI requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features