HeifImageHandleIsPrimaryImage Property |
Gets a value indicating whether this instance is the primary image.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntaxpublic bool IsPrimaryImage { get; }Public ReadOnly Property IsPrimaryImage As Boolean
Get
public:
property bool IsPrimaryImage {
bool get ();
}member IsPrimaryImage : bool with get
Property Value
Boolean if this instance is the primary image; otherwise,
.
Exceptions
See Also