Gets the at the specified index.

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

Syntax

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

Parameters

index
Int32

Property Value

PdfAnnotation

See Also