Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > ILeadStream Interface : CanRead Property |
bool CanRead {get;}
'Declaration
ReadOnly Property CanRead As Boolean
'Usage
Dim instance As ILeadStream Dim value As Boolean value = instance.CanRead
bool CanRead {get;}
@property (nonatomic, assign, readonly, getter=getCanRead) BOOL canRead;
boolean canRead();
get_CanRead();
If the ILeadStream object is closed, this property returns false.