[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.FieldCollection.FindByName

FindByName Method

FindByName(string)

Searches Field with specified name, search is case sensitive.

Declaration
public Field FindByName(string fieldName)
Public Function FindByName(fieldName As String) As Field
Parameters
Type Name Description
string fieldName

The field's name.

Returns
Type Description
Field

Returns found Field or null if not found.