Click or drag to resize

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
)

Parameters

section
Type: Spire.Pdf PdfSection
The section.

Return Value

Type: Int32
The index of the section.
See Also