ImageGear for .NET
MagnifierHeight Property (PageView)




Gets or sets the flying magnifier height in window pixels.
Syntax
'Declaration
 
<DescriptionAttribute("Flying magnifier height in window pixels in the range between 25 and 500.")>
<BrowsableAttribute(True)>
<CategoryAttribute("PageView Properties")>
<DefaultValueAttribute()>
Public Property MagnifierHeight As Integer
'Usage
 
Dim instance As PageView
Dim value As Integer
 
instance.MagnifierHeight = value
 
value = instance.MagnifierHeight
[DescriptionAttribute("Flying magnifier height in window pixels in the range between 25 and 500.")]
[BrowsableAttribute(true)]
[CategoryAttribute("PageView Properties")]
[DefaultValueAttribute()]
public int MagnifierHeight {get; set;}
[DescriptionAttribute("Flying magnifier height in window pixels in the range between 25 and 500.")]
[BrowsableAttribute(true)]
[CategoryAttribute("PageView Properties")]
[DefaultValueAttribute()]
public: __property int get_MagnifierHeight();
public: __property void set_MagnifierHeight( 
   int value
);
[DescriptionAttribute("Flying magnifier height in window pixels in the range between 25 and 500.")]
[BrowsableAttribute(true)]
[CategoryAttribute("PageView Properties")]
[DefaultValueAttribute()]
public:
property int MagnifierHeight {
   int get();
   void set (    int value);
}

Property Value

An integer value ranging between 25 to 500.
Remarks

This property is a number that specifies the height of the magnifier, in window pixels. The range is between 25 and 500. The default value is 150.

See Also

Reference

PageView Class
PageView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback