Gets or sets the height in pixels of the footer area.
Syntax
'Declaration
Public Property FooterHeight As Integer
'Usage
Dim instance As PrintInfo
Dim value As Integer
instance.FooterHeight = value
value = instance.FooterHeight
public int FooterHeight {get; set;}
See Also