Form.FieldNames
خاصية Form.FieldNames
تحصل على قائمة بأسماء الحقول في النموذج.
public string[] FieldNames { get; }
أمثلة
Form form = new Form("PdfForm.pdf");
string[] fields = form.FieldNames;
foreach(string field in fields)
{
Console.WriteLine(field);
}
انظر أيضًا
- class Form
- namespace Aspose.Pdf.Facades
- assembly Aspose.PDF