PDFView4NET WinForms Edition


Height Property (PDFSize)
Gets or sets the height.
Syntax
'Declaration
 
Public Property Height As Double
'Usage
 
Dim instance As PDFSize
Dim value As Double
 
instance.Height = value
 
value = instance.Height
public double Height {get; set;}
Requirements

Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also