HeifImageHandleGetMetadataBlockIds Method
Gets a list of the meta-data block ids.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
public IReadOnlyList<HeifItemId> GetMetadataBlockIds(
string type = null,
string contentType = null
)
Public Function GetMetadataBlockIds (
Optional type As String = Nothing,
Optional contentType As String = Nothing
) As IReadOnlyList(Of HeifItemId)
public:
IReadOnlyList<HeifItemId>^ GetMetadataBlockIds(
String^ type = nullptr,
String^ contentType = nullptr
)
member GetMetadataBlockIds :
?type : string *
?contentType : string
(* Defaults:
let _type = defaultArg type null
let _contentType = defaultArg contentType null
*)
-> IReadOnlyList<HeifItemId>
- type String (Optional)
- The meta-data block type.
- contentType String (Optional)
- The meta-data block content type.
IReadOnlyListHeifItemIdA list of the meta-data block ids.