←Select platform

LeadStreamShare Enumeration

Summary

Defines constants for read, write, or read/write access to a stream.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum LeadStreamShare   
Public Enum LeadStreamShare  
    
    
public enum LeadStreamShare    
typedef NS_ENUM(NSInteger, LTLeadStreamShare) 
public enum LeadStreamShare 
Leadtools.LeadStreamShare = function() { }; 
Leadtools.LeadStreamShare.prototype = {<br/> 
  None = 0, 
    Read = 1, 
    Write = 2, 
    ReadWrite = 3, 
     
 }; 
public enum class LeadStreamShare   

Members

ValueMemberDescription
0NoneNo access.
1ReadRead access to the stream. Data can be read from the stream.
2WriteWrite access to the stream. Data can be written to the stream.
3ReadWriteRead and write access to the stream. Data can be written to and read from the stream.
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