←Select platform

CanSeek Property (ILeadStream)

Summary

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

Syntax

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

Property Value

true if the ILeadStream object supports seeking; false, otherwise.

Remarks

If the ILeadStream 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