Gets view setup options in Microsoft word.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public ViewSetup ViewSetup { get; }
Public ReadOnly Property ViewSetup As ViewSetup
	Get
public:
virtual property ViewSetup^ ViewSetup {
	ViewSetup^ get () sealed;
}
abstract ViewSetup : ViewSetup with get
override ViewSetup : ViewSetup with get

Property Value

ViewSetup

Implements

IDocument..::..ViewSetup

See Also