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

Show in webframe

Mode Property








Gets the requested mode that determines how to open or create the file.
Syntax
public FileMode Mode {get;}
'Declaration
 
Public ReadOnly Property Mode As FileMode
'Usage
 
Dim instance As CodecsRedirectOpenEventArgs
Dim value As FileMode
 
value = instance.Mode
public FileMode Mode {get;}
public String getMode()
 get_Mode(); 
public:
property FileMode Mode {
   FileMode get();
}

Property Value

The requested open mode that determines how to open or create the file.
Example
For an example, refer to RasterCodecs.StartRedirecting
Requirements

Target Platforms

See Also

Reference

CodecsRedirectOpenEventArgs Class
CodecsRedirectOpenEventArgs Members

Error processing SSI file