Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Cancel Property (ColorResolutionCommandDataEventArgs)








Gets or sets a value indicating whether to abort the color resolution command.
Syntax
public bool Cancel {get; set;}
'Declaration
 
Public Property Cancel As Boolean
'Usage
 
Dim instance As ColorResolutionCommandDataEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel
public bool Cancel {get; set;}
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 value);
}

Property Value

true to abort the color resolution command, false to continue.
Example
For an example, refer to ColorResolutionCommandDataEventArgs
Requirements

Target Platforms

See Also

Reference

ColorResolutionCommandDataEventArgs Class
ColorResolutionCommandDataEventArgs Members

Error processing SSI file