PdfFieldCollection
IndexOf Method
|
Gets the index of the field.
Namespace:
Spire.Pdf.Fields
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
-
Type:
Spire.Pdf.Fields
PdfField
Theobject whose index is requested.
Return Value
Type:
Int32
Index of the field in collection.
See Also