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