IptcDictionaryTryGet(IptcTag, IptcEntry) Method
Gets all entries associated with the specified tag.
Namespace: GleamTech.ImageUltimateAssembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 6.0.2
public bool TryGet(
IptcTag tag,
out IptcEntry[] entries
)
Public Function TryGet (
tag As IptcTag,
<OutAttribute> ByRef entries As IptcEntry()
) As Boolean
- tag IptcTag
- The tag.
- entries IptcEntry
- The entries.
Booleantrue if the tag was found, false if not.