ImageGear .NET v25.2 - Updated
ImageGear.Web Assembly / ImageGear.Web.UI Namespace / PageView Class / PresentationQuality Property




In This Topic
    PresentationQuality Property (PageView)
    In This Topic
    Gets or sets the presentation quality for the image to be displayed in the Viewer control.
    Syntax
    'Declaration
     
    <CategoryAttribute("PageView Properties")>
    <BrowsableAttribute(True)>
    <DefaultValueAttribute(50)>
    <DescriptionAttribute("An integer value ranging between 0 and 100 (0=poor quality)")>
    Public Property PresentationQuality As Integer
    'Usage
     
    Dim instance As PageView
    Dim value As Integer
     
    instance.PresentationQuality = value
     
    value = instance.PresentationQuality
    [Category("PageView Properties")]
    [Browsable(true)]
    [DefaultValue(50)]
    [Description("An integer value ranging between 0 and 100 (0=poor quality)")]
    public int PresentationQuality {get; set;}
    [Category("PageView Properties")]
    [Browsable(true)]
    [DefaultValue(50)]
    [Description("An integer value ranging between 0 and 100 (0=poor quality)")]
    public: __property int get_PresentationQuality();
    public: __property void set_PresentationQuality( 
       int value
    );
    [Category("PageView Properties")]
    [Browsable(true)]
    [DefaultValue(50)]
    [Description("An integer value ranging between 0 and 100 (0=poor quality)")]
    public:
    property int PresentationQuality {
       int get();
       void set (    int value);
    }

    Property Value

    An integer value ranging between 0 and 100 (0=poor quality)
    Remarks

    The range is 0 to 100 (0=poor quality), with higher values resulting in better visual quality in the image and lower values resulting in faster operation of the viewer. The default value is 50.

    See Also