Aspose::Pdf::Annotations::AppearanceDictionary::Remove‑metod
AppearanceDictionary::Remove(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XForm>>&) method
Tar bort nyckel/värde-par från samlingen.
bool Aspose::Pdf::Annotations::AppearanceDictionary::Remove(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XForm>> &item) override
| Parameter | Typ | Beskrivning |
|---|---|---|
| objekt | const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XForm>>& | Nyckel/värde-par som ska tas bort. |
ReturnValue
true om paret hittades och togs bort.
Se även
- 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
Tar bort nyckel från ordboken.
bool Aspose::Pdf::Annotations::AppearanceDictionary::Remove(const System::String &key) override
| Parameter | Typ | Beskrivning |
|---|---|---|
| nyckel | const System::String& | Nyckel som ska tas bort från dictionaryn. |
ReturnValue
Sant om nyckeln togs bort framgångsrikt.
Se även
- Class String
- Class AppearanceDictionary
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++