Skip to main content
All docs
V26.1
  • FormFieldCollection.FindByName(String) Method

    Searches for a form field with the specified name and returns the first occurrence within the entire collection of form fields.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public FormField FindByName(
        string name
    )

    Parameters

    Name Type Description
    name String

    The name of the form field to search for.

    Returns

    Type Description
    FormField

    The first form field with the specified name, or null if no match is found.

    See Also