Returns field with specified name.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
String
The specified field name.

Property Value

PdfField

See Also