←Select platform

LeadStreamMode Enumeration

Summary

Specifies how the operating system should open a stream.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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

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.
Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly