Aspose::Pdf::Annotations::AppearanceDictionary::Remove method
AppearanceDictionary::Remove(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XForm>>&) method
Removes key/value pair from the collection.
bool Aspose::Pdf::Annotations::AppearanceDictionary::Remove(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XForm>> &item) override
| Parameter | Type | Description |
|---|---|---|
| item | const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XForm>>& | Key/value pair to be removed. |
ReturnValue
true if pair was found and removed.
See Also
- 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
Removes key from the dictionary.
bool Aspose::Pdf::Annotations::AppearanceDictionary::Remove(const System::String &key) override
| Parameter | Type | Description |
|---|---|---|
| key | const System::String& | Key to be removed from the dictionary. |
ReturnValue
true if key was successfully removed.
See Also
- Class String
- Class AppearanceDictionary
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++