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