AtalaFileStreamSeek Method (Int64, SeekOrigin) |
Moves the file pointer to a specific position within the stream.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public override long Seek(
long offset,
SeekOrigin origin
)
Public Overrides Function Seek (
offset As Long,
origin As SeekOrigin
) As Long
Parameters
- offset
- Type: SystemInt64
The number of bytes to move the pointer, up to a maximum value of 2^31 - 1. - origin
- Type: System.IOSeekOrigin
Specifies whether the offset is from the beginning, end or current position.
Return Value
Type:
Int64 The new position within the file.
See Also