Aspose::Pdf::Annotations::AppearanceDictionary::Add‑metod

AppearanceDictionary::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XForm>>&) method

Lägger till ett par med nyckel och värde i ordboken.

void Aspose::Pdf::Annotations::AppearanceDictionary::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XForm>> &item) override
ParameterTypBeskrivning
objektconst System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XForm>>&Objekt som ska läggas till.

Se även

AppearanceDictionary::Add(const System::String&, const System::SharedPtr<XForm>&) method

Lägg till X-form för angiven nyckel.

void Aspose::Pdf::Annotations::AppearanceDictionary::Add(const System::String &key, const System::SharedPtr<XForm> &value) override
ParameterTypBeskrivning
nyckelconst System::String&Elementnyckel.
valueconst System::SharedPtr<XForm>&XForm objektvärde.

Se även