Click or drag to resize

PdfSectionPageCollection IndexOf Method

Returns the index of the specified page.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public int IndexOf(
	PdfNewPage page
)

Parameters

page
Type: Spire.Pdf PdfNewPage
The page.

Return Value

Type: Int32
The index of the page.
See Also