Gets or sets the footer offset, in hundredths of an inch.
Syntax
'Declaration
Public Property Footer As Integer
'Usage
Dim instance As Margins
Dim value As Integer
instance.Footer = value
value = instance.Footer
public int Footer {get; set;}
Property Value
The footer offset.
See Also