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; }
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
-
Type:
System
String
Property Value
Type:
PdfAnnotation
See Also