View.ShowInkAnnotations Property

Returns or sets a Boolean that shows or hides handwritten ink annotations. True displays ink annotations. False hides ink annotations.

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

Syntax

'Declaration
Property ShowInkAnnotations As Boolean
    Get
    Set
'Usage
Dim instance As View
Dim value As Boolean

value = instance.ShowInkAnnotations

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

Property Value

Type: System.Boolean

Remarks

To work with ink annotations, you must be running Microsoft Word on a tablet computer.

See Also

Reference

View Interface

View Members

Microsoft.Office.Interop.Word Namespace