Gets or sets the portion of the image that needs to be displayed.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
<CategoryAttribute("PageView Properties")>
<DescriptionAttribute("The PageView Rectangle coordinates for display.")>
<DefaultValueAttribute(System.Drawing.RectangleF, "0, 0, 0, 0")>
<BrowsableAttribute(True)>
Public Property ViewRectangle As RectangleF
             
        
            
            'Usage
 
Dim instance As PageView
Dim value As RectangleF
 
instance.ViewRectangle = value
 
value = instance.ViewRectangle
             
        
            
            [Category("PageView Properties")]
[Description("The PageView Rectangle coordinates for display.")]
[DefaultValue(System.Drawing.RectangleF, "0, 0, 0, 0")]
[Browsable(true)]
public RectangleF ViewRectangle {get; set;}
             
        
            
            [Category("PageView Properties")]
[Description("The PageView Rectangle coordinates for display.")]
[DefaultValue(System.Drawing.RectangleF, "0, 0, 0, 0")]
[Browsable(true)]
public: __property RectangleF get_ViewRectangle();
public: __property void set_ViewRectangle( 
   RectangleF value
);
             
        
            
            [Category("PageView Properties")]
[Description("The PageView Rectangle coordinates for display.")]
[DefaultValue(System.Drawing.RectangleF, "0, 0, 0, 0")]
[Browsable(true)]
public:
property RectangleF ViewRectangle {
   RectangleF get();
   void set (    RectangleF value);
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also