←Select platform

CanSeek Property (LeadBufferStream)

Summary

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

Syntax

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

Property Value

true if the LeadBufferStream object supports seeking; 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