LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Cancel Property (RasterCommandProcessorProgressEventArgs)






Determine how to process or cancel the current command. .NET support Silverlight support
Syntax
public RasterCommandProcessorCancel Cancel {get; set;}
'Declaration
 
Public Property Cancel As RasterCommandProcessorCancel
'Usage
 
Dim instance As RasterCommandProcessorProgressEventArgs
Dim value As RasterCommandProcessorCancel
 
instance.Cancel = value
 
value = instance.Cancel
public RasterCommandProcessorCancel Cancel {get; set;}
 get_Cancel();
set_Cancel(value);
public:
property RasterCommandProcessorCancel Cancel {
   RasterCommandProcessorCancel get();
   void set (    RasterCommandProcessorCancel value);
}

Property Value

Value which indicates whether to continue with the image processing command or to cancel it.
Example
For an example, refer to RasterCommandProcessor.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterCommandProcessorProgressEventArgs Class
RasterCommandProcessorProgressEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

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