LEADTOOLS (Leadtools assembly)

Cancel Property (RasterImageResizeEventArgs)

Show in webframe







Gets or sets a value indicating whether to abort the resize operation.
Syntax
public bool Cancel {get; set;}
'Declaration
 
Public Property Cancel As Boolean
'Usage
 
Dim instance As RasterImageResizeEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel
public bool Cancel {get; set;}

            

            
 
get_Cancel();
set_Cancel(value);
Object.defineProperty('Cancel');
public:
property bool Cancel {
   bool get();
   void set (    bool value);
}

Property Value

true to abort the resize operation, false to continue.
Example
For an example, refer to RasterImageResize.
Requirements

Target Platforms

See Also

Reference

RasterImageResizeEventArgs Class
RasterImageResizeEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.