[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.FieldCollection.Item

this Property

this[string]

Gets the Field with specified name, throws an exception if field not found.

Declaration
public Field this[string fieldName] { get; }
Public ReadOnly Default Property Item(fieldName As String) As Field
Parameters
Type Name Description
string fieldName

The field's name.

Property Value
Type Description
Field

Returns the field with specified name.