OptionsListAddRange Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Adds the range of items.

Namespace:  Apitron.PDF.Kit.Interactive.Forms
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public override void AddRange(
	IEnumerable<Option> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableOption
The items.
Exceptions

ExceptionCondition
ArgumentNullExceptionitems
See Also

Reference