Adds the elements of an array of markups to the end of the collection.
markupAnnotations does not accept a a null reference as a valid value.
Note: When an exception occurs the state of the collection is undefined. (None or some entries might have been added. The status is not reverted.)
| Exception Type | Condition |
|---|---|
| ArgumentNullException | The given markupAnnotations is a null reference. |
| ArgumentException | (At least) one of the entries in the given markupAnnotations is already in this collection. (Duplicate markup) |
MarkupCollection Class | TallComponents.PDF.Annotations.Markups Namespace