Click or drag to resize

HeifImageHandleGetExifMetadata Method

Gets the EXIF meta-data.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public byte[] GetExifMetadata()

Return Value

Byte
The EXIF meta-data bytes.
Exceptions
ExceptionCondition
HeifException A LibHeif error occurred. -or- The meta-data block is larger than 2 GB.
ObjectDisposedExceptionThe object has been disposed.
Remarks
If the image contains more than one EXIF block, this method will only return the first one.
See Also