HeifImageHandleIsPrimaryImage Property

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

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public bool IsPrimaryImage { get; }

Property Value

Boolean
if this instance is the primary image; otherwise, .

Exceptions

ObjectDisposedExceptionThe object has been disposed.

See Also