ImageGear for .NET
PresentationQuality Property (PageView)




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

Reference

PageView Class
PageView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback