FlattenField

Form.FlattenField method

Aplatit un champ spécifié avec le nom de champ complet. Tout autre champ restera immuable. Si le fieldName est invalide, tous les champs resteront inchangeables.

public void FlattenField(string fieldName)
ParamètreTaperLa description
fieldNameStringLe nom du champ à aplanir.

Exemples

Form form = new Form("PdfForm.pdf");
form.FlattenField("textField");

Voir également