Method AddRange
Namespace TallComponents.PDF.Annotations.Widgets
Class WidgetCollection
Adds the elements of an array of widgets 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(Widget[] widgetAnnotations)
Returns
Void
Parameters
Widget[]
widgetAnnotations
The array of widgets to be added to the end of the collection.