PDFView4NET WPF Edition
VisibleHeight Property




O2S.Components.PDFView4NET Namespace > PDFPage Class : VisibleHeight Property
Gets the height of the visible page.
Syntax
'Declaration
 
Public ReadOnly Property VisibleHeight As Double
'Usage
 
Dim instance As PDFPage
Dim value As Double
 
value = instance.VisibleHeight
public double VisibleHeight {get;}
public: __property double get_VisibleHeight();
public:
property double VisibleHeight {
   double get();
}

Property Value

The height of the visible page.
Remarks
This property returns the height of the page as it is defined by the page crop box and page orientation.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFPage Class
PDFPage Members