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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool Seek(
	long offset,
	SeekOrigin whence
)

Parameters

offset
Type: SystemInt64
whence
Type: System.IOSeekOrigin

Return Value

Type: Boolean
See Also