[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ViewOptions

Class ViewOptions

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Provides various options that control how a document is shown in application.

public class ViewOptions : FormattingBag
Inheritance
object
ViewOptions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

DisplayBackground

Controls display of the background in print layout view.

public bool DisplayBackground { get; set; }

Property Value

bool

DoNotDisplayPageBoundaries

Turns off display of the space between the top of the text and the top edge of the page.

public bool DoNotDisplayPageBoundaries { get; set; }

Property Value

bool

ViewType

Controls the view mode in the application.

public ViewType ViewType { get; set; }

Property Value

ViewType

Zoom

Returns or sets the magnification for a window as a percentage.

public int Zoom { get; set; }

Property Value

int

ZoomType

Gets or sets a zoom value based on the size of the window.

public ZoomType ZoomType { get; set; }

Property Value

ZoomType