HeifImageHandleGetExifMetadata Method |
Gets the EXIF meta-data.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntaxpublic byte[] GetExifMetadata()
Public Function GetExifMetadata As Byte()
public:
array<unsigned char>^ GetExifMetadata()
member GetExifMetadata : unit -> byte[]
Return Value
ByteThe EXIF meta-data bytes.
Exceptions
Remarks
If the image contains more than one EXIF block, this method will only return the first one.
See Also