PdfSectionCollection
IndexOf Method
|
Determines the index of the section.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public int IndexOf(
PdfSection section
)
Public Function IndexOf (
section As PdfSection
) As Integer
public:
int IndexOf(
PdfSection^ section
)
member IndexOf :
section : PdfSection -> int
Parameters
-
section
-
Type:
Spire.Pdf
PdfSection
The section.
Return Value
Type:
Int32
The index of the section.
See Also