Click or drag to resize

HeifContextWriteToStream Method

Writes this instance to the specified stream.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public void WriteToStream(
	Stream stream
)

Parameters

stream  Stream
The stream.
Exceptions
ExceptionCondition
ArgumentNullExceptionstream is null.
ArgumentExceptionstream must support writing.
HeifExceptionA LibHeif error occurred.
IOExceptionAn I/O error occurred.
ObjectDisposedExceptionThe object has been disposed.
See Also