FieldCollectionInsert Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET

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

public void Insert(
	int index,
	Field item
)

Parameters

index
Type: SystemInt32
The zero-based index at which item should be inserted.
item
Type: Apitron.PDF.Kit.Interactive.FormsField
The object to insert into the IListT.

Implements

IListTInsert(Int32, T)
Exceptions

See Also

Reference