Show the annotations

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

Syntax

C#
public virtual void ShowAnnotations(
	Annotation[] annotations,
	ActionContext context
)
Visual Basic
Public Overridable Sub ShowAnnotations ( _
	annotations As Annotation(), _
	context As ActionContext _
)

Parameters

annotations
Type: array<TallComponents.PDF.Annotations..::..Annotation>[]()[][]
The annotation array to show.
context
Type: TallComponents.PDF.Actions..::..ActionContext
The context in which this action is executed.

Remarks

The annotations in the array are Equal to the ones retrieved for a page.

Remarks

context can be nullNothingnullptra null reference (Nothing in Visual Basic).

See Also