Description |
---|
Excerpt |
---|
Returns a WordViewSettings object that can be used to get and set various settings that pertain to how Word will display this document. |
Signature | ||||
---|---|---|---|---|
| ||||
public WordViewSettings ViewSettings{ get; } |
Signature | ||||
---|---|---|---|---|
| ||||
Public ReadOnly Property ViewSettings() As WordViewSettings |
Example |
---|
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
WordViewSettings oWordViewSettings = oDocument.ViewSettings; |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
Dim oWordViewSettings As WordViewSettings = oDocument.ViewSettings |
Example |
---|