Gets the index of the field.

Namespace: Spire.Pdf.Fields
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public int IndexOf(
	PdfField field
)
Public Function IndexOf ( 
	field As PdfField
) As Integer
public:
int IndexOf(
	PdfField^ field
)
member IndexOf : 
        field : PdfField -> int 

Parameters

field
PdfField
The object whose index is requested.

Return Value

Int32
Index of the field in collection.

See Also