Footer Property (PrintInfo)
Gets or sets the text and format of footers on printed pages.
public string Footer {get; set;}
'Declaration
Public Property Footer As String
'Usage
Dim instance As PrintInfo
Dim value As String
instance.Footer = value
value = instance.Footer