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}Clears all properties contained in the [DocumentProperties|DocumentProperties] object, removing them from the presentation's Properties sheet.{excerpt}
{signature:C#}
 public void Clear()
{signature}{signature:vb.net}
Public Sub Clear()
{signature}
{example}{code:csharp|title=C#}
docProps.Clear();{code}
{code:vbnet|title=vb.net}
docProps.Clear(){code}

{example}