←Select platform

CanRead Property (LeadBufferStream)

Summary

Gets a value indicating whether the current LeadBufferStream object supports reading.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool CanRead {get;} 
Public ReadOnly Property CanRead As Boolean 
public bool CanRead {get;} 
@property (nonatomic, assign, readonly, getter=getCanRead) BOOL canRead; 
public boolean canRead() 
 get_CanRead();  
public: 
property bool CanRead { 
   bool get(); 
} 

Property Value

true if the LeadBufferStream object supports reading; false, otherwise.

Remarks

If the LeadBufferStream object is closed, this property returns false.

Requirements

Target Platforms

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

Leadtools Assembly