PdfFormFieldWidgetCollection
Item Property (String)
|
Returns field 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 PdfField this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As PdfField
Get
public:
property PdfField^ default[String^ name] {
PdfField^ get (String^ name);
}
member Item : PdfField with get
Parameters
-
name
-
Type:
System
String
The specified field name.
Property Value
Type:
PdfField
See Also