Click or drag to resize

HeifImageHandleIsPrimaryImage Property

Gets a value indicating whether this instance is the primary image.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public bool IsPrimaryImage { get; }

Property Value

Boolean
if this instance is the primary image; otherwise, .
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe object has been disposed.
See Also