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