ImageGear for .NET
MagnifierWidth Property (PageView)




Gets or sets the flying magnifier width in window pixels.
Syntax
'Declaration
 
<CategoryAttribute("PageView Properties")>
<DescriptionAttribute("Flying magnifier width in window pixels in the range between 25 and 500")>
<DefaultValueAttribute()>
<BrowsableAttribute(True)>
Public Property MagnifierWidth As Integer
'Usage
 
Dim instance As PageView
Dim value As Integer
 
instance.MagnifierWidth = value
 
value = instance.MagnifierWidth
[CategoryAttribute("PageView Properties")]
[DescriptionAttribute("Flying magnifier width in window pixels in the range between 25 and 500")]
[DefaultValueAttribute()]
[BrowsableAttribute(true)]
public int MagnifierWidth {get; set;}
[CategoryAttribute("PageView Properties")]
[DescriptionAttribute("Flying magnifier width in window pixels in the range between 25 and 500")]
[DefaultValueAttribute()]
[BrowsableAttribute(true)]
public: __property int get_MagnifierWidth();
public: __property void set_MagnifierWidth( 
   int value
);
[CategoryAttribute("PageView Properties")]
[DescriptionAttribute("Flying magnifier width in window pixels in the range between 25 and 500")]
[DefaultValueAttribute()]
[BrowsableAttribute(true)]
public:
property int MagnifierWidth {
   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 width of the magnifier, in window pixels. The default value is 250.

See Also

Reference

PageView Class
PageView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback