←Select platform

Abort Property

Summary

Indicates whether the job operation has been aborted.

Syntax
C#
VB
C++
[DataMemberAttribute(Name="abort")] 
public bool Abort {get; set;} 
<DataMemberAttribute(Name:="abort")>  
Public Property Abort() As Boolean 
   Get 
   Set 
public:  
   [DataMemberAttribute(Name=L"abort")] 
   property bool Abort 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true if the job has been aborted; otherwise, false.

Requirements

Target Platforms

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

Leadtools.Document.Compare Assembly