Click or drag to resize

PdfAnnotationWidgetCollection Item Property (String)

Represents the annotation with specified name.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfAnnotation this[
	string text
] { get; }

Parameters

text
Type: System String

Property Value

Type: PdfAnnotation
See Also