Aspose::Pdf::Annotations::AppearanceDictionary::Remove метод

AppearanceDictionary::Remove(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XForm>>&) method

Удаляет пару ключ/значение из коллекции.

bool Aspose::Pdf::Annotations::AppearanceDictionary::Remove(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XForm>> &item) override
ПараметрТипОписание
элементconst System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XForm>>&Пара ключ/значение, которую нужно удалить.

ReturnValue

true, если пара была найдена и удалена.

См. также

AppearanceDictionary::Remove(const System::String&) method

Удаляет ключ из словаря.

bool Aspose::Pdf::Annotations::AppearanceDictionary::Remove(const System::String &key) override
ПараметрТипОписание
ключconst System::String&Ключ, который будет удалён из словаря.

ReturnValue

true, если ключ был успешно удалён.

См. также