Aspose::Pdf::DataEditor::DictionaryEditor::Add metod
DictionaryEditor::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<ICosPdfPrimitive>>&) method
Sätt ICosPdfPrimitive till dictionary.
void Aspose::Pdf::DataEditor::DictionaryEditor::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<ICosPdfPrimitive>> &item) override
| Parameter | Typ | Beskrivning |
|---|---|---|
| objekt | const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<ICosPdfPrimitive>>& | Paret med en nyckel och ett värde. |
Se även
- Class KeyValuePair
- Class String
- Typedef SharedPtr
- Class ICosPdfPrimitive
- Class DictionaryEditor
- Namespace Aspose::Pdf::DataEditor
- Library Aspose.PDF for C++
DictionaryEditor::Add(const System::String&, const System::SharedPtr<ICosPdfPrimitive>&) method
Sätt ICosPdfPrimitive till dictionary.
void Aspose::Pdf::DataEditor::DictionaryEditor::Add(const System::String &key, const System::SharedPtr<ICosPdfPrimitive> &value) override
| Parameter | Typ | Beskrivning |
|---|---|---|
| nyckel | const System::String& | Nyckel. |
| värde | const System::SharedPtr<ICosPdfPrimitive>& | Värde. |
Se även
- Class String
- Typedef SharedPtr
- Class ICosPdfPrimitive
- Class DictionaryEditor
- Namespace Aspose::Pdf::DataEditor
- Library Aspose.PDF for C++