PDFKit.NET 2.0 Class Library (.NET 2.0)

ValueFieldSequence.IndexOf Method 

Returns the index of the given value field in this sequence.

public int IndexOf(
   ValueField valueField
);

Parameters

valueField
The value field.

Return Value

The index in the sequence or -1 if not found.

See Also

ValueFieldSequence Class | TallComponents.PDF.Forms.Fields Namespace