RightFooter Property (PageSetup)
In This Topic
Gets or sets a value indicating whether a picture or text to be right-aligned in the page footer.
Syntax
'Declaration
Public Property RightFooter As String
'Usage
Dim instance As PageSetup
Dim value As String
instance.RightFooter = value
value = instance.RightFooter
public string RightFooter {get; set;}
See Also