Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Signature
vb.net
vb.net
Public ReadOnly Property ViewSettings() As WordViewSettings

Example

Code Block
csharp
csharp
titleC#


          WordViewSettings oWordViewSettings = oDocument.ViewSettings;
        
Code Block
vb.net
vb.net
titlevb.net


          Dim oWordViewSettings As WordViewSettings = oDocument.ViewSettings
        
Example