ShowInkAnnotations Property

Microsoft Word Visual Basic

ShowInkAnnotations Property

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

expression.ShowInkAnnotations

expression    Required. An expression that returns one of the objects in the Applies To list.

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