GetField

Form.GetField method

Obtient la valeur du champ en fonction de son nom de champ.

public string GetField(string fieldName)
ParamètreTaperLa description
fieldNameStringLe nom de champ complet.

Return_Value

La valeur du champ.

Exemples

Form form = new Form("PdfForm.pdf");
Console.WriteLine("Field value = " + form.GetField("Field1"));

Voir également