Sets the current position of this LeadStream object to the specified value.
public long Seek(
Leadtools.LeadSeekOrigin origin,
long offset
)
Public Function Seek( _
ByVal origin As Leadtools.LeadSeekOrigin, _
ByVal offset As Long _
) As Long
public long Seek(
Leadtools.LeadSeekOrigin origin,
long offset
)
function Leadtools.LeadStream.Seek(
origin ,
offset
)
public:
int64 Seek(
Leadtools.LeadSeekOrigin origin,
int64 offset
)
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.
The new position in the stream
Use the CanSeek property to determine whether the current instance supports reading.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET