ImageGear .NET - Updated May 30, 2018
PresentationQuality Property (PageView)




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > PageView Class : PresentationQuality Property
Gets or sets the presentation quality for the image to be displayed in the Viewer control.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute("PageView Properties")>
<DescriptionAttribute("An integer value ranging between 0 and 100 (0=poor quality)")>
<BrowsableAttribute(True)>
Public Property PresentationQuality As Integer
 
'Usage
 
Dim instance As PageView
Dim value As Integer
 
instance.PresentationQuality = value
 
value = instance.PresentationQuality

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

Reference

PageView Class
PageView Members