C#
VB
Java
Objective-C
WinRT C#
C++
Defines constants for read, write, or read/write access to a stream.
public enum LeadStreamShare
Public Enum LeadStreamShare
public enum LeadStreamShare
typedef NS_ENUM(NSInteger, LTLeadStreamShare)
public enum LeadStreamShare
Leadtools.LeadStreamShare = function() { };
Leadtools.LeadStreamShare.prototype = {<br/>
None = 0,
Read = 1,
Write = 2,
ReadWrite = 3,
};
public enum class LeadStreamShare
Members
Value | Member | Description |
---|---|---|
0 | None | No access. |
1 | Read | Read access to the stream. Data can be read from the stream. |
2 | Write | Write access to the stream. Data can be written to the stream. |
3 | ReadWrite | Read and write access to the stream. Data can be written to and read from the stream. |
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