PDFKit.NET 2.0 Class Library (.NET 2.0)

ListOptionCollection.Insert Method 

Insert an option at the specified zero-based index.

public void Insert(
   int index,
   ListOption option
);

Parameters

index
Zero-based index.
option
Insert this option.

Remarks

An index-out-of-range is silently ignored.

See Also

ListOptionCollection Class | TallComponents.PDF.Forms.Fields Namespace