ImageGear .NET v24.12 - Updated
ClientRectangle Property (PageView)




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : ClientRectangle Property
Gets the rectangle ImageGear display code should use as the client area rectangle.
Syntax
'Declaration
 
Public ReadOnly Property ClientRectangle As ImGearRectangle
'Usage
 
Dim instance As PageView
Dim value As ImGearRectangle
 
value = instance.ClientRectangle
public ImGearRectangle ClientRectangle {get;}
public: __property ImGearRectangle get_ClientRectangle();
public:
property ImGearRectangle ClientRectangle {
   ImGearRectangle get();
}

Property Value

ImageGear.Core.ImGearRectangle structure object.
See Also

Reference

PageView Class
PageView Members