Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
Public <p>Public Sub Clear()</p>
Example
Code Block
csharp
csharp
titleC#
docProps.Clear();
Code Block
vbnet
vbnet
titlevb.net
docProps.Clear()
Example