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
Wiki Markup
{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.{excerpt}
{signature:C#}
 public void RestoreDefaults()
{signature}{signature:vb.net}
Public Sub RestoreDefaults()
{signature}
{example}{code:csharp|title=C#}
docProps.RestoreDefaults();{code}
{code:vbnet|title=vb.net}
docProps.RestoreDefaults(){code}

{example}