![]() |
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 > LeadBufferStream 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 LeadBufferStream Dim origin As LeadSeekOrigin Dim offset As Long Dim value As Long value = instance.Seek(origin, offset)
public long Seek( LeadSeekOrigin origin, long offset )
-(ssize_t)seek:(LTLeadSeekOrigin)origin offset:(ssize_t)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.