View.ShowInkAnnotations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a Boolean that shows or hides handwritten ink annotations. True displays ink annotations. False hides ink annotations.
public:
property bool ShowInkAnnotations { bool get(); void set(bool value); };
public bool ShowInkAnnotations { get; set; }
member this.ShowInkAnnotations : bool with get, set
Public Property ShowInkAnnotations As Boolean
Property Value
Remarks
To work with ink annotations, you must be running Microsoft Word on a tablet computer.