ImageGear .NET - Updated
pageYResolution Property

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > PageView class : pageYResolution Property
Indicates the Y resolution of the current image.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_pageYResolution() : Number
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfPageView.get_pageYResolution();
Remarks

This read-only property will be the Y, or vertical, resolution of the image. For raster images, the value will be the number of pixels per inch, which will often (but not always) be an integer. For PDF images, the value will always be 72, which is the number of points in an inch.

See Also

Reference

PageView class
PageView Members