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
ParameterTypBeskrivning
objektconst 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

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

Tar bort nyckel från ordboken.

bool Aspose::Pdf::Annotations::AppearanceDictionary::Remove(const System::String &key) override
ParameterTypBeskrivning
nyckelconst System::String&Nyckel som ska tas bort från dictionaryn.

ReturnValue

Sant om nyckeln togs bort framgångsrikt.

Se även