Hide all given annotations.

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

Syntax

C#
public override void HideAnnotations(
	Annotation[] annotations,
	ActionContext context
)
Visual Basic
Public Overrides Sub HideAnnotations ( _
	annotations As Annotation(), _
	context As ActionContext _
)

Parameters

annotations
Type: array<TallComponents.PDF.Annotations..::..Annotation>[]()[][]
Hide these annotations.
context
Type: TallComponents.PDF.Actions..::..ActionContext
The action context.

See Also