PdfFormFieldWidgetCollection
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 PdfField this[
int index
] { get; }
Public Overrides ReadOnly Default Property Item (
index As Integer
) As PdfField
Get
public:
virtual property PdfField^ default[int index] {
PdfField^ get (int index) override;
}
abstract Item : PdfField with get
override Item : PdfField with get
Parameters
-
index
-
Type:
System
Int32
Property Value
Type:
PdfField
See Also