Gets the at the specified index.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfSection this[
	int index
] { get; }
Public ReadOnly Default Property Item ( 
	index As Integer
) As PdfSection
	Get
public:
property PdfSection^ default[int index] {
	PdfSection^ get (int index);
}
member Item : PdfSection with get

Parameters

index
Int32

Property Value

PdfSection

See Also