try_set_tag_multiple


Description:

[ Version ( since = "0.12.2" ) ]
public bool try_set_tag_multiple (string tag, string[] values) throws Error

The Exiv2 Tag Reference can be found at <ulink url="http://exiv2.

org/metadata.html"></ulink>

All previous tag values are erased. For multiple value tags, each of the non null entries in values is stored. For single value tags, only the last non null value is assigned.

Parameters:

this

An instance of Metadata

tag

Exiv2 tag name

values

An array of values to set or replace the existing value(s)

Returns:

Boolean success value