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 the Document properties for this document.

Signature
C#
C#
 public void Clear()
Signature
vb.net
vb.net
Public Sub Clear()
Example
Code Block
csharp
csharp
titleC#

          docProps.Clear();
        
Code Block
vb.net
vb.net
titlevb.net

          docProps.Clear()