Leadtools Namespace > LeadStream Class : Seek Method |
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 LeadStream Dim origin As LeadSeekOrigin Dim offset As Long Dim value As Long value = instance.Seek(origin, offset)
public long Seek( LeadSeekOrigin origin, long offset )
public: int64 Seek( LeadSeekOrigin origin, int64 offset )
Use the CanSeek property to determine whether the current instance supports reading.