Document.DeleteAllInkAnnotations Method (Word)
Deletes all handwritten ink annotations in a document.
Syntax
expression .DeleteAllInkAnnotations
expression Required. A variable that represents a Document object.
Remarks
To work with ink annotations, you must be running Microsoft Word on a tablet computer.
Example
The following example deletes all handwritten ink annotations in the active document.
ActiveDocument.DeleteAllInkAnnotations