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, если пара была найдена и удалена.
См. также
- Class KeyValuePair
- Class String
- Typedef SharedPtr
- Class XForm
- Class AppearanceDictionary
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++
AppearanceDictionary::Remove(const System::String&) method
Удаляет ключ из словаря.
bool Aspose::Pdf::Annotations::AppearanceDictionary::Remove(const System::String &key) override
| Параметр | Тип | Описание |
|---|---|---|
| ключ | const System::String& | Ключ, который будет удалён из словаря. |
ReturnValue
true, если ключ был успешно удалён.
См. также
- Class String
- Class AppearanceDictionary
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++