SeekOrigin
Overview
Seek origin for stream operations.
Location
-
Reference:
- Elements.dll .NET, .NET Core 6.0, .NET Standard 2.0
- elements.jar Cooper
- Elements.fx Island, ToffeeV2
- libElements.fx Toffee
- Namespace: RemObjects.Elements.RTL
- Platforms: .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island, Toffee, ToffeeV2
Value | Description |
---|---|
Begin | Seek from the start of the file |
Current | Seek from the current position in the file |
End | Seek from the end of a file. |