Method AddRange

Namespace TallComponents.PDF.Annotations
Class AnnotationCollection

Adds the elements of an array of annotations to the end of the collection.

does not accept a 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.)

Syntax

public  Void  AddRange( Annotation[]  annotations )

Returns

Void

Parameters


Annotation[] annotations
The array of annotations to be added to the end of the collection.