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
ParameterTypeDescription
itemconst 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

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

Removes key from the dictionary.

bool Aspose::Pdf::Annotations::AppearanceDictionary::Remove(const System::String &key) override
ParameterTypeDescription
keyconst System::String&Key to be removed from the dictionary.

ReturnValue

true if key was successfully removed.

See Also