Creates, opens or reopens the specified file.
public bool OpenFile(string fileName,Leadtools.LeadStreamMode mode,Leadtools.LeadStreamAccess access,Leadtools.LeadStreamShare share)
Public Function OpenFile( _ByVal fileName As String, _ByVal mode As Leadtools.LeadStreamMode, _ByVal access As Leadtools.LeadStreamAccess, _ByVal share As Leadtools.LeadStreamShare _) As Boolean
public bool OpenFile(string fileName,Leadtools.LeadStreamMode mode,Leadtools.LeadStreamAccess access,Leadtools.LeadStreamShare share)
function Leadtools.LeadFileStream.OpenFile(fileName ,mode ,access ,share)
public:bool OpenFile(String^ fileName,Leadtools.LeadStreamMode mode,Leadtools.LeadStreamAccess access,Leadtools.LeadStreamShare share)
fileName
The relative or absolute path for the file that this LeadFileStream object will be associated with.
mode
A constant that determines how to open or create the file.
access
A constant that determines how the file can be accessed by this LeadFileStream object.
share
A constant that determines how the file will be shared by processes.
true if the file is open; false, otherwise.
Use the LeadFileStream interface to perform read and write operations.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
