Click or drag to resize

CefStreamReaderSeek Method

Seek to the specified offset position. |whence| may be any one of SEEK_CUR, SEEK_END or SEEK_SET. Returns zero on success and non-zero on failure.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool Seek(
	long offset,
	SeekOrigin whence
)

Parameters

offset  Int64
 
whence  SeekOrigin
 

Return Value

Boolean
See Also