[]
Gets or sets the text displayed in the right section of the page footer.
public string RightFooter { get; set; }
Public Property RightFooter As String
PageSettings pageSettings = new PageSettings();
pageSettings.RightFooter = "Page &[Page] of &[Pages]";
string rightFooter = pageSettings.RightFooter;