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
| Parameter | Typ | Beskrivning |
|---|---|---|
| objekt | const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XForm>>& | Objekt som ska läggas till. |
Se även
- Class KeyValuePair
- Class String
- Typedef SharedPtr
- Class XForm
- Class AppearanceDictionary
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++
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
| Parameter | Typ | Beskrivning |
|---|---|---|
| nyckel | const System::String& | Elementnyckel. |
| value | const System::SharedPtr<XForm>& | XForm objektvärde. |
Se även
- Class String
- Typedef SharedPtr
- Class XForm
- Class AppearanceDictionary
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++