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

...

Excerpt

Sets all the Document properties for this document to their default values.

Signature
C#
C#
<p> public void RestoreDefaults()
</p>
Signature
vb.net
vb.net
Public<p>Public Sub RestoreDefaults()
</p>

Example

Code Block
csharp
csharp
titleC#


          docProps.RestoreDefaults();
        
Code Block
vb.net
vb.net
titlevb.net


          docProps.RestoreDefaults()
        
Example