Remove a markup annotation from this collection.

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

Syntax

C#
public bool Remove(
	Markup markup
)
Visual Basic
Public Function Remove ( _
	markup As Markup _
) As Boolean

Parameters

markup
Type: TallComponents.PDF.Annotations.Markups..::..Markup
Remove this markup annotation.

Return Value

true of removing the markup succeeded.

See Also