Determines the index of the section.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
PdfSection
The section.

Return Value

Int32
The index of the section.

See Also