_Document.EmbedSmartTags Property

Definition

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

public:
 property bool EmbedSmartTags { bool get(); void set(bool value); };
public bool EmbedSmartTags { get; set; }
member this.EmbedSmartTags : bool with get, set
Public Property EmbedSmartTags As Boolean

Property Value

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.

Applies to