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 : CanWrite Property |
bool CanWrite {get;}
'Declaration
ReadOnly Property CanWrite As Boolean
'Usage
Dim instance As ILeadStream Dim value As Boolean value = instance.CanWrite
bool CanWrite {get;}
@property (nonatomic, assign, readonly, getter=getCanWrite) BOOL canWrite;
boolean canWrite();
get_CanWrite();
If the ILeadStream object is closed, this property returns false.