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

Sets all the Document properties for this document to their default values.

Signature
C#
C#

<p> public void RestoreDefaults()
{signature}{signature:</p>
} Public
Signature
vb.net
vb.net

<p>Public Sub RestoreDefaults()
{signature}
{example}{code:csharp|title=C#}</p>

Example

Code Block
csharp
csharp
titleC#

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

          docProps.RestoreDefaults()
        {code}

{example}
Example