Options.LabelSmartTags Property
True for Microsoft Word to mark text in documents with smart tag information.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property LabelSmartTags As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.LabelSmartTags
instance.LabelSmartTags = value
bool LabelSmartTags { get; set; }
Property Value
Type: System.Boolean