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

View Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.