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

FormEditor::DelListItem method

Delete item from the list field.

void Aspose::Pdf::Facades::FormEditor::DelListItem(System::String fieldName, System::String itemName)
ParameterTypeDescription
fieldNameSystem::StringName of the field.
itemNameSystem::StringName of the item which must be deleted.

See Also