GetFullFieldName

Form.GetFullFieldName method

Obtient le nom complet du champ en fonction de son nom court.

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

Return_Value

Le nom complet du champ.

Exemples

Form form = new Form("PdfForm.pdf");
Console.WriteLine("Full field name is : " + form.GetFullFieldName("textField"));

Voir également