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

In This Topic
    presentationQuality Property
    In This Topic
    Indicates the presentation quality for the viewer.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function get_presentationQuality() : Integer
    function set_presentationQuality(value : Integer)
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfPageView.get_presentationQuality();
    Remarks

    This property controls several different settings internal to the viewer. This property must be an integer between 0 and 100, with higher values resulting in better visual quality in the image and lower values resulting in faster operation of the viewer.

    See Also