Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / FieldCollection Class / Item Property / Item(String) Property
The field's name.

In This Topic
    Item(String) Property
    In This Topic
    Gets the Field with specified name, throws an exception if field not found.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal fieldName As System.String _
    ) As Field
    public Field Item( 
       System.string fieldName
    ) {get;}

    Parameters

    fieldName
    The field's name.

    Property Value

    Returns the field with specified name.
    See Also