←Select platform

LeadStreamShare Enumeration

Summary
Defines constants for read, write, or read/write access to a stream.
Syntax
C#
VB
Objective-C
C++
Java
public enum LeadStreamShare   
Public Enum LeadStreamShare  
typedef NS_ENUM(NSInteger, LTLeadStreamShare) 
public enum LeadStreamShare 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.