Error processing SSI file
LEADTOOLS WCF (Leadtools.Services.Twain assembly)

Show in webframe

IsCanceled Property






Indicates whether the operation should be canceled.
Syntax
public bool IsCanceled {get; set;}
'Declaration
 
Public Property IsCanceled As Boolean
'Usage
 
Dim instance As ImageProcessingEventArgs
Dim value As Boolean
 
instance.IsCanceled = value
 
value = instance.IsCanceled

            

            
public:
property bool IsCanceled {
   bool get();
   void set (    bool value);
}

Property Value

true if the operation should be canceled; otherwise, false. Default value is false.
Requirements

Target Platforms

See Also

Reference

ImageProcessingEventArgs Class
ImageProcessingEventArgs Members

Error processing SSI file