PdfAnnotationWidgetCollection
Item Property (Int32)
|
Gets theat the specified index.
Namespace:
Spire.Pdf.Widget
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
-
Type:
System
Int32
Property Value
Type:
PdfAnnotation
See Also