ImageGear for .NET
pageXResolution Property
See Also  Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace > PageView Class : pageXResolution Property

Glossary Item Box

Indicates the X resolution of the current image.

Syntax

ASP.NET Ajax Javascript (Specification) 
function get_pageXResolution() : Number
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfPageView.get_pageXResolution();

Remarks

This read-only property will be the X, or horizontal, 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

©2013. Accusoft Corporation. All Rights Reserved.