DeleteAllInkAnnotations Method
Deletes all handwritten ink annotations in a document.
expression.DeleteAllInkAnnotations
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 deletes all handwritten ink annotations in the active document.
ActiveDocument.DeleteAllInkAnnotations