ASP.NET Ajax Javascript (Specification) | |
---|---|
function get_pageYResolution() : Number |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfPageView.get_pageYResolution(); |
ASP.NET Ajax Javascript (Specification) | |
---|---|
function get_pageYResolution() : Number |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfPageView.get_pageYResolution(); |
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.