LEADTOOLS (Leadtools assembly)

Seek Method (LeadFileStream)

Show in webframe







Specifies the beginning, the end, or the current position as a reference point for origin, using a value of type LeadSeekOrigin.
The point relative to origin from which to begin seeking.
Sets the current position of this LeadFileStream object to the specified value.
Syntax
public long Seek( 
   LeadSeekOrigin origin,
   long offset
)
'Declaration
 
Public Function Seek( _
   ByVal origin As LeadSeekOrigin, _
   ByVal offset As Long _
) As Long
'Usage
 
Dim instance As LeadFileStream
Dim origin As LeadSeekOrigin
Dim offset As Long
Dim value As Long
 
value = instance.Seek(origin, offset)
public long Seek( 
   LeadSeekOrigin origin,
   long offset
)

            

            
 function Leadtools.LeadFileStream.Seek( 
   origin ,
   offset 
)
public:
int64 Seek( 
   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

See Also

Reference

LeadFileStream Class
LeadFileStream Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.