Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > ILeadStream Interface : Seek Method |
long Seek( LeadSeekOrigin origin, long offset )
'Declaration
Function Seek( _ ByVal origin As LeadSeekOrigin, _ ByVal offset As Long _ ) As Long
'Usage
Dim instance As ILeadStream Dim origin As LeadSeekOrigin Dim offset As Long Dim value As Long value = instance.Seek(origin, offset)
long Seek( LeadSeekOrigin origin, long offset )
-(ssize_t)seek:(LTLeadSeekOrigin)origin offset:(ssize_t)offset;
long seek(LeadSeekOrigin origin, long offset);
int64 Seek( LeadSeekOrigin origin, int64 offset )
Use the CanSeek property to determine whether the current instance supports reading.