_Document.EmbedSmartTags Property

Determines if Microsoft Word saves the smart tag information in a document.

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

Syntax

'Declaration
Property EmbedSmartTags As Boolean
    Get
    Set
'Usage
Dim instance As _Document
Dim value As Boolean

value = instance.EmbedSmartTags

instance.EmbedSmartTags = value
bool EmbedSmartTags { get; set; }

Property Value

Type: System.Boolean

Remarks

This property returns True if Microsoft Word saves the smart tag information in a document.

Use the EmbedSmartTags property when sending documents to users who may not have the smart tag recognizer file on their computer. This allows the recipient to still have access to the smart tag information (and to the related actions if they have the smart tag actions file on their computer). However, if a document containing smart tags is edited by a user with an earlier version of Word, the smart tag information is removed.

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace