Aspose::Pdf::Facades::FormEditor::DelListItem method

FormEditor::DelListItem method

Delete item from the list field.

void Aspose::Pdf::Facades::FormEditor::DelListItem(const System::String &fieldName, const System::String &itemName)
ParameterTypeDescription
fieldNameconst System::String&Name of the field.
itemNameconst System::String&Name of the item which must be deleted.

See Also