public byte[] GetMetadata(
HeifItemId id
)
Public Function GetMetadata (
id As HeifItemId
) As Byte()
public:
array<unsigned char>^ GetMetadata(
HeifItemId id
)
member GetMetadata :
id : HeifItemId -> byte[]
HeifException | A LibHeif error occurred. -or- The meta-data block is larger than 2 GB. |
ObjectDisposedException | The object has been disposed. |