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