Gets the page bounds.
            
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# | 
|---|
public Rectangle PageBounds { get; }  | 
| Visual Basic | 
|---|
Public ReadOnly Property PageBounds As Rectangle Get  | 
| Visual C++ | 
|---|
public: property Rectangle PageBounds { Rectangle get (); }  | 
| F# | 
|---|
member PageBounds : Rectangle with get  | 
Property Value
Type: RectangleThe page bounds.