ImageGear for C and C++ on Windows v19.9 - Updated
IG_ISIS_TAG_YRESOLUTION
API Reference Guide > ISIS Component API Reference > ISIS Component Tags Reference > Position and Resolution Tags > IG_ISIS_TAG_YRESOLUTION

Vertical resolution. 0x011B 283

IG_ISIS_TAG_YRESOLUTION specifies or indicates the number of pixels per IG_ISIS_TAG_RESUNIT (which for ISIS scanning is always pixels per inch).

Type:

IG_ISIS_TAG_TYPE_RATIONAL

Drivers:

All source and destination drivers.

Values:

A rational value specifying the vertical resolution in pixels per inch.

Tag Dependencies and Dependent Tags:

IG_ISIS_TAG_PAGESIZE  IG_ISIS_TAG_XRESOLUTION  IG_ISIS_TAG_YRESOLUTION  IG_ISIS_TAG_XPOSITION  IG_ISIS_TAG_YPOSITION  IG_ISIS_TAG_IMAGEWIDTH  IG_ISIS_TAG_IMAGELENGTH

Note that setting IG_ISIS_TAG_XRESOLUTION sets IG_ISIS_TAG_YRESOLUTION to the same value. If you want to set independent resolutions, you must set IG_ISIS_TAG_YRESOLUTION after setting IG_ISIS_TAG_XRESOLUTION.

Remarks:

IG_ISIS_TAG_YRESOLUTION is used to specify the vertical resolution on scanners that support independent X and Y resolutions.

When scanning, this controls the scanner's resolution. Query the choices for IG_ISIS_TAG_XRESOLUTION to determine the available settings. To find out whether or not the scanner supports independent X and Y resolutions, query the choices for IG_ISIS_TAG_YRESOLUTION. If there is only one choice, and it matches the value set for IG_ISIS_TAG_XRESOLUTION, then the scanner does not support independent resolutions.

When reading an image, IG_ISIS_TAG_YRESOLUTION, if present, indicates the value of the Resolution tag that has been saved in the file.

See Also

IG_ISIS_TAG_PAGESIZE

IG_ISIS_TAG_IMAGELENGTH

IG_ISIS_TAG_XRESOLUTION

IG_ISIS_TAG_YPOSITION

IG_ISIS_TAG_IMAGEWIDTH