Sets the current position of this ILeadStream object to the specified value.
long Seek(
Leadtools.LeadSeekOrigin origin,
long offset
)
Function Seek( _
ByVal origin As Leadtools.LeadSeekOrigin, _
ByVal offset As Long _
) As Long
long Seek(
Leadtools.LeadSeekOrigin origin,
long offset
)
function Leadtools.ILeadStream.Seek(
origin ,
offset
)
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