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}Sets all the Document properties for this document to their default values.{excerpt}
{signature:C#}
 public void RestoreDefaults()
{signature}{signature:vb.net}
Public Sub RestoreDefaults()
{signature}
{example}{code:csharp|title=C#}

          docProps.RestoreDefaults();
        {code}
{code:vb.net|title=vb.net}

          docProps.RestoreDefaults()
        {code}

{example}