Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Excerpt

Restores document properties values to the default set of properties and clears all others. The default set of properties are Application, CreationDate, and LastSavedDate.

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
vbnet
vbnet
titlevb.net
docProps.RestoreDefaults()
Example