DocumentBase.Base Property

Gets the Document object that this DocumentBase object extends.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)

Syntax

'Declaration
Public ReadOnly Property Base As Document
    Get
public Document Base { get; }

Property Value

Type: Microsoft.Office.Tools.Word.Document
The object that this DocumentBase object extends.

Remarks

The DocumentBase class extends Document objects by implementing the IDocumentExtension interface.

.NET Framework Security

See Also

Reference

DocumentBase Class

Microsoft.Office.Tools.Word Namespace