LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

LeadStreamMode Enumeration






Specifies how the operating system should open a stream. .NET support WinRT support
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  
Leadtools.LeadStreamMode = function() { };
Leadtools.LeadStreamMode.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class LeadStreamMode : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
CreateSpecifies that the operating system should create a new stream. If the stream already exists, it will be overwritten. .NET support
OpenSpecifies that the operating system should create a new stream. .NET support
TruncateSpecifies 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. .NET support
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools Namespace

 

 


Products | Support | Contact Us | Copyright Notices

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