PDFView4NET WinForms Edition
Height Property (PDFPage)




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

Property Value

The height of the physical page.
Remarks
This property returns the height of the page as it is defined by the page media box.
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