DelListItem

FormEditor.DelListItem method

حذف عنصر من حقل القائمة.

public void DelListItem(string fieldName, string itemName)
معامليكتبوصف
fieldNameStringاسم المجال.
itemNameStringاسم العنصر الذي يجب حذفه.

أمثلة

formEditor = new Aspose.Pdf.Facades.FormEditor("PdfForm.pdf", "FormEditor_DelListItem.pdf");
formEditor.DelListItem("listboxField", "item2");

أنظر أيضا