set_exif_tag_rational
Description:
[ Version ( deprecated = true , deprecated_since = "0.12.2" ) ]
public bool set_exif_tag_rational (string tag, int nom, int den)
public bool set_exif_tag_rational (string tag, int nom, int den)
Warning: set_exif_tag_rational is deprecated since 0.12.2.
Set EXIF tag
represented by a fraction, with nom
being the numerator, den
the denominator of the
fraction.
Note:
Use try_set_exif_tag_rational instead.
Parameters:
this |
An instance of Metadata |
tag |
The Exiv2 tag |
nom |
Rational numerator |
den |
Rational denominator |
Returns:
Boolean success value |