Controls whether annotations and form fields respond to user input.

Namespace: TallComponents.Interaction.WinForms.Controls
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public bool EnableAnnotations { get; set; }
Visual Basic
Public Property EnableAnnotations As Boolean
	Get
	Set

Remarks

Please note that annotations can be enabled and disabled independently by changing the IsInteractive flag of their interactor. Changing the EnableAnnotations property of the StandardPagesViewer will set or clear the IsInteractor property of all annotation interactors in the document.

See Also