Comment.IsInk Property
Returns a Boolean that represents whether a comment is a handwritten comment.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property IsInk As Boolean
Get
'Usage
Dim instance As Comment
Dim value As Boolean
value = instance.IsInk
bool IsInk { get; }
Property Value
Type: System.Boolean