FieldsListInsert Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Inserts the item to the specified position.

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

public override void Insert(
	int index,
	Field item
)

Parameters

index
Type: SystemInt32
The index.
item
Type: Apitron.PDF.Kit.Interactive.FormsField
The item.

Implements

IListTInsert(Int32, T)
See Also

Reference