HeifImageHandleGetMetadata(HeifMetadataBlockInfo) Method
Gets the meta-data bytes.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
public byte[] GetMetadata(
HeifMetadataBlockInfo info
)
Public Function GetMetadata (
info As HeifMetadataBlockInfo
) As Byte()
public:
array<unsigned char>^ GetMetadata(
HeifMetadataBlockInfo^ info
)
member GetMetadata :
info : HeifMetadataBlockInfo -> byte[]
- info HeifMetadataBlockInfo
- The meta-data block information.
ByteThe meta-data bytes.