Creates, opens or reopens the specified file.
bool OpenFile(
string fileName,
Leadtools.LeadStreamMode mode,
Leadtools.LeadStreamAccess access,
Leadtools.LeadStreamShare share
)
Function OpenFile( _
ByVal fileName As String, _
ByVal mode As Leadtools.LeadStreamMode, _
ByVal access As Leadtools.LeadStreamAccess, _
ByVal share As Leadtools.LeadStreamShare _
) As Boolean
bool OpenFile(
string fileName,
Leadtools.LeadStreamMode mode,
Leadtools.LeadStreamAccess access,
Leadtools.LeadStreamShare share
)
-(BOOL)openFile:(NSString*)fileName mode:(LTLeadStreamMode)mode access:(LTLeadStreamAccess)access share:(LTLeadStreamShare)share;
boolean openFile(String fileName, LeadStreamMode mode, LeadStreamAccess access, LeadStreamShare share);
function Leadtools.ILeadStream.OpenFile(
fileName ,
mode ,
access ,
share
)
bool OpenFile(
String^ fileName,
Leadtools.LeadStreamMode mode,
Leadtools.LeadStreamAccess access,
Leadtools.LeadStreamShare share
)
fileName
The relative or absolute path for the file that this ILeadStream 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 ILeadStream object.
share
A constant that determines how the file will be shared by processes.
true if the file is opened; otherwise
Use the ILeadStream 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