←Select platform

Seek Method (ILeadStream)

Summary

Sets the current position of this ILeadStream object to the specified value.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
Function Seek( _ 
   ByVal origin As Leadtools.LeadSeekOrigin, _ 
   ByVal offset As Long _ 
) As Long 
-(ssize_t)seek:(LTLeadSeekOrigin)origin offset:(ssize_t)offset; 
long seek(LeadSeekOrigin origin, long offset); 
function Leadtools.ILeadStream.Seek(  
   origin , 
   offset  
) 
int64 Seek(  
   Leadtools.LeadSeekOrigin origin, 
   int64 offset 
)  

Parameters

origin
Specifies the beginning, the end, or the current position as a reference point for origin, using a value of type LeadSeekOrigin.

offset
The point relative to origin from which to begin seeking.

Return Value

The new position in the stream

Remarks

Use the CanSeek property to determine whether the current instance supports reading.

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