Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / FieldCollection Class / FindByName Method
The field's name.

In This Topic
    FindByName Method
    In This Topic
    Searches Field with specified name, search is case sensitive.
    Syntax
    'Declaration
     
    Public Function FindByName( _
       ByVal fieldName As System.String _
    ) As Field
    public Field FindByName( 
       System.string fieldName
    )

    Parameters

    fieldName
    The field's name.

    Return Value

    Returns found Field or null if not found.
    See Also