GetFullFieldName

Form.GetFullFieldName method

Ottiene il nome completo del campo in base al nome del campo breve.

public string GetFullFieldName(string fieldName)
ParametroTipoDescrizione
fieldNameStringIl nome del campo completo.

Valore di ritorno

Il nome completo del campo.

Esempi

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

Guarda anche