←Select platform

Mode Property

Summary

Gets the requested mode that determines how to open or create the file.

Syntax
C#
VB
C++
Java
public FileMode Mode { get; } 
Public ReadOnly Property Mode As FileMode 
public String getMode() 
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

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly