C#
VB
Java
Objective-C
WinRT C#
C++
Specifies how the operating system should open a stream.
public enum LeadStreamMode Public Enum LeadStreamMode
public enum LeadStreamMode typedef NS_ENUM(NSInteger, LTLeadStreamMode) public enum LeadStreamMode Leadtools.LeadStreamMode = function() { };Leadtools.LeadStreamMode.prototype = {<br/>Open = 0,Create = 1,Truncate = 2,};
public enum class LeadStreamMode Members
| Value | Member | Description |
|---|---|---|
| 0 | Open | Specifies that the operating system should create a new stream. |
| 1 | Create | Specifies that the operating system should create a new stream. If the stream already exists, it will be overwritten. |
| 2 | Truncate | Specifies that the operating system should open an existing stream. When the stream is opened, it should be truncated so that its size is zero bytes. |
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
