ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / PageView class / pageXResolution Property

In This Topic
    pageXResolution Property
    In This Topic
    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