PDFReaderControls.NET Professional Type Reference

ListOptionCollection.AddRange Method 

Adds the elements of a ListOption array to the end of this collection.

public void AddRange(
   ListOption[] listOptions
);

Parameters

listOptions
The array of ListOptions whose elements should be added to the end of the collection.

Remarks

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.)

Exceptions

Exception TypeCondition
ArgumentNullExceptionThe given listOptions is a null reference.

See Also

ListOptionCollection Class | TallComponents.PDF.Forms.Fields Namespace