Document.EmbedSmartTags Property (2007 System)
Gets or sets a value that indicates whether Microsoft Office Word saves the smart tag information in a document.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property EmbedSmartTags As Boolean
'Usage
Dim instance As Document
Dim value As Boolean
value = instance.EmbedSmartTags
instance.EmbedSmartTags = value
[BrowsableAttribute(false)]
public bool EmbedSmartTags { get; set; }
[BrowsableAttribute(false)]
public:
property bool EmbedSmartTags {
bool get ();
void set (bool value);
}
public function get EmbedSmartTags () : boolean
public function set EmbedSmartTags (value : boolean)
Property Value
Type: System.Boolean
true if Microsoft Office Word saves the smart tag information in a document; otherwise, false.
Remarks
Use this 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.