Method AddRange

Namespace TallComponents.PDF.Annotations
Class LinkCollection

Adds the elements of an array of links 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( Link[]  links )

Returns

Void

Parameters


Link[] links
The array of links to be added to the end of the collection.