[]
Provides various options that control how a document is shown in application.
public class ViewOptions : FormattingBag
Controls display of the background in print layout view.
public bool DisplayBackground { get; set; }
Turns off display of the space between the top of the text and the top edge of the page.
public bool DoNotDisplayPageBoundaries { get; set; }
Controls the view mode in the application.
public ViewType ViewType { get; set; }
Returns or sets the magnification for a window as a percentage.
public int Zoom { get; set; }
Gets or sets a zoom value based on the size of the window.
public ZoomType ZoomType { get; set; }