Document
ViewSetup Property
|
Gets view setup options in Microsoft word.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
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
Type:
ViewSetup
Implements
IDocument
ViewSetup
See Also