Click or drag to resize

HeifContextWriteToFile Method

Writes this instance to the specified file.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public void WriteToFile(
	string path
)

Parameters

path  String
The file path.
Exceptions
ExceptionCondition
ArgumentNullExceptionpath is null.
ArgumentExceptionpath is empty, contains only whitespace or contains invalid characters.
HeifExceptionA LibHeif error occurred.
IOExceptionAn I/O error occurred.
ObjectDisposedExceptionThe object has been disposed.
SecurityExceptionThe caller does not have the required permission.
UnauthorizedAccessException The access requested is not permitted by the operating system for the specified path.
See Also