CefWriteHandlerSeek Method |
Seek to the specified offset position. |whence| may be any one of
SEEK_CUR, SEEK_END or SEEK_SET. Return zero on success and non-zero on
failure.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected abstract bool Seek(
long offset,
SeekOrigin whence
)
Parameters
- offset Int64
-
- whence SeekOrigin
-
Return Value
Boolean
See Also