View.ShowInkAnnotations Property (Word)

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

Syntax

expression .ShowInkAnnotations

expression A variable that represents a View object.

Remarks

To work with ink annotations, you must be running Microsoft Word on a tablet computer. For more information on adding handwritten ink annotations to a document, see "Mark up a document with ink annotations" in Microsoft Word Help.

Example

The following example shows all handwritten ink annotations in the active document.

ActiveDocument.ActiveWindow.View.ShowInkAnnotations = True

See Also

Concepts

View Object Members

View Object