Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

LeadStreamMode Enumeration








Specifies how the operating system should open a stream.
Syntax
'Declaration
 
Public Enum LeadStreamMode 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As 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 : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0OpenSpecifies that the operating system should create a new stream.
1CreateSpecifies that the operating system should create a new stream. If the stream already exists, it will be overwritten.
2TruncateSpecifies 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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.LeadStreamMode

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

Error processing SSI file