[]
Gets or sets whether the sheet is centered vertically on the page when it is printed.
public bool CenterVertically { get; set; }
Public Property CenterVertically As Boolean
PageSettings pageSettings = new PageSettings();
pageSettings.CenterVertically = true;
bool centerVertically = pageSettings.CenterVertically;