Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

LeadStreamAccess Enumeration








Specifies the type of stream access requested.
Syntax
'Declaration
 
Public Enum LeadStreamAccess 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As LeadStreamAccess
typedef NS_ENUM(NSInteger, LTLeadStreamAccess)
public enum LeadStreamAccess
Leadtools.LeadStreamAccess = function() { };
Leadtools.LeadStreamAccess.prototype = {<br/>
  Read = 0,
	Write = 1,
	ReadWrite = 2,
	
 };
public enum class LeadStreamAccess : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0ReadAccess to read from a stream.
1WriteAccess to write to a stream.
2ReadWriteAccess to read and write to a stream.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.LeadStreamAccess

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

Error processing SSI file