Method AddRange
Namespace TallComponents.PDF.Annotations.Markups
Class MarkupCollection
Adds the elements of an array of markups to the end of the collection.
does not accept a as a valid value.
Note: If an exception occurs, the state of the collection is undefined. (None or some entries might have been added. The status is not reverted.)
Syntax
public
Void
AddRange(
Markup[]
markupAnnotations
)
Returns
Void
Parameters
Markup[]
markupAnnotations
The array of markups to be added to the end of the collection.