←Select platform

LeadStreamShare Enumeration

Summary
Defines constants for read, write, or read/write access to a stream.
Syntax
C#
Objective-C
C++/CLI
Java
public enum LeadStreamShare   
typedef NS_ENUM(NSInteger, LTLeadStreamShare) { 
 LTLeadStreamShareNone,  
 LTLeadStreamShareRead,  
 LTLeadStreamShareWrite,  
 LTLeadStreamShareReadWrite 
}; 
public final class LeadStreamShare 
    extends java.lang.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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

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