LEADTOOLS (Leadtools assembly)

LeadStreamMode Enumeration

Show in webframe







Specifies how the operating system should open a stream.
Syntax
'Declaration
 
Public Enum LeadStreamMode 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As LeadStreamMode
public enum LeadStreamMode : System.IComparableSystem.IConvertibleSystem.IFormattable  
typedef enum LTLeadStreamMode LTLeadStreamMode;
public enum LeadStreamMode
Leadtools.LeadStreamMode = function() { };
Leadtools.LeadStreamMode.prototype = {
Open = 0, Create = 1, Truncate = 2, };
public enum class LeadStreamMode : public System.Enum, System.IComparableSystem.IConvertibleSystem.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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.