_Document.SmartDocument Property

Returns a SmartDocument object that represents the settings for a smart document solution.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property SmartDocument As SmartDocument
    Get
'Usage
Dim instance As _Document
Dim value As SmartDocument

value = instance.SmartDocument
SmartDocument SmartDocument { get; }

Property Value

Type: SmartDocument

Remarks

For more information on smart documents, please see the Smart Document Software Development Kit on the Microsoft Developer Network (MSDN) Web site.

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace