get_resolution


Description:

[ Version ( since = "2.10" ) ]
public bool get_resolution (out double xres, out double yres, out Unit unit)

Returns values based on Exif.

Image.XResolution, Exif.Image.YResolution and Exif.Image.ResolutionUnit of this.

Parameters:

this

A Metadata instance.

xres

Return location for the X Resolution, in ppi

yres

Return location for the Y Resolution, in ppi

unit

Return location for the unit unit

Returns:

true on success, false otherwise.