Add an existing markup annotation to this collection.

Namespace: TallComponents.PDF.Annotations.Markups
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public void Add(
	Markup markup
)
Visual Basic
Public Sub Add ( _
	markup As Markup _
)

Parameters

markup
Type: TallComponents.PDF.Annotations.Markups..::..Markup
The markup to add.

Return Value

The zero-based index where the markup is added.

See Also