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

...

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()
{signature}{signature:</p>
} Public
Signature
vb.net
vb.net

<p>Public Sub RestoreDefaults()
{signature}
{example}{code:csharp|title=C#}</p>

Example

Code Block
csharp
csharp
titleC#
docProps.RestoreDefaults();{code}
{code:vbnet|title=
}
Code Block
vbnet
vbnet
titlevb.net
docProps.RestoreDefaults(){code}

{example}
Example