←Select platform

Cancel Property

Summary

Gets or sets a value which allows the user to abort the save process.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool Cancel { get; set; } 
Public Property Cancel As Boolean 
public bool Cancel {get; set;} 
@property (nonatomic, assign) BOOL cancel 
public boolean getCancel() 
public void setCancel(boolean value) 
             
 <br/>get_Cancel();<br/>set_Cancel(value);<br/>Object.defineProperty('Cancel');  
public: 
property bool Cancel { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

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

Example

For an example, refer to RasterCodecs.SaveImage.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly