Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

Cancel Property (CodecsEnumGeoKeysEventArgs)








Gets or sets a value which allows the user to abort the enumeration process.
Syntax
public bool Cancel {get; set;}
'Declaration
 
Public Property Cancel As Boolean
'Usage
 
Dim instance As CodecsEnumGeoKeysEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel
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 value);
}

Property Value

true to abort the enumeration process, false to continue normally.
Example
For an example, refer to RasterCodecs.GeoKeyFound.
Requirements

Target Platforms

See Also

Reference

CodecsEnumGeoKeysEventArgs Class
CodecsEnumGeoKeysEventArgs Members

Error processing SSI file