Method Insert
Namespace TallComponents.PDF.Annotations.Markups
Class MarkupCollection
Insert an existing markup annotation at the specified index.
Syntax
public
Void
Insert(
Int32
index
,
Markup
markup
)
Returns
Void
Parameters
Int32
index
The index of the markup annotation after insertion.
Markup
markup
Insert this markup annotation.