get_exif_tag_rational


Description:

[ Version ( deprecated = true , deprecated_since = "0.12.2" ) ]
public bool get_exif_tag_rational (string tag, out int nom, out int den)

Warning: get_exif_tag_rational is deprecated since 0.12.2.

Fetch EXIF tag represented by a fraction.

Note:

nom will contain the numerator, den the denominator of the fraction on successful return.

Parameters:

this

An instance of Metadata

tag

The tag you want the rational value for

nom

The numerator

den

The denominator

Returns:

Boolean success value