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

Clears all properties contained in the DocumentProperties object, removing them from the presentation's Properties sheet.

Signature
C#
C#
<p> public void Clear()</p>
Signature
vb.net
vb.net
<p>Public Sub Clear()</p>

Example

Code Block
csharp
csharp
titleC#
docProps.Clear();
Code Block
vbnet
vbnet
titlevb.net
docProps.Clear()
Example