Leadtools Namespace > LeadBufferStream Class : CanSeek Property |
public bool CanSeek {get;}
'Declaration Public ReadOnly Property CanSeek As Boolean
'Usage Dim instance As LeadBufferStream Dim value As Boolean value = instance.CanSeek
public bool CanSeek {get;}
@property (nonatomic, assign, readonly, getter=getCanSeek) BOOL canSeek;
public boolean canSeek()
get_CanSeek();
If the LeadBufferStream object is closed, this property returns false.