←Select platform

Cancel Property

Summary
Gets or sets a value which allows the user to abort the load process.
Syntax
C#
VB
Objective-C
C++
Java
public bool Cancel { get; set; } 
Public Property Cancel As Boolean 
@property (nonatomic, assign) BOOL cancel 
public boolean getCancel() 
public void setCancel(boolean value) 
public: 
property bool Cancel { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to abort the load process, false to continue normally.

Example

For an example, refer to RasterCodecs.LoadImage.

Requirements

Target Platforms

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

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.