Represents the annotation with specified name.

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 PdfAnnotation this[
	string text
] { get; }
Public ReadOnly Default Property Item ( 
	text As String
) As PdfAnnotation
	Get
public:
property PdfAnnotation^ default[String^ text] {
	PdfAnnotation^ get (String^ text);
}
member Item : PdfAnnotation with get

Parameters

text
String

Property Value

PdfAnnotation

See Also