Aspose::Pdf::DataEditor::DictionaryEditor::Add method
DictionaryEditor::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<ICosPdfPrimitive>>&) method
Set ICosPdfPrimitive to dictionary.
void Aspose::Pdf::DataEditor::DictionaryEditor::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<ICosPdfPrimitive>> &item) override
Parameter | Type | Description |
---|---|---|
item | const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<ICosPdfPrimitive>>& | The pair with a key and a value. |
See Also
- 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
Set ICosPdfPrimitive to dictionary.
void Aspose::Pdf::DataEditor::DictionaryEditor::Add(const System::String &key, const System::SharedPtr<ICosPdfPrimitive> &value) override
Parameter | Type | Description |
---|---|---|
key | const System::String& | Key. |
value | const System::SharedPtr<ICosPdfPrimitive>& | Value. |
See Also
- Class String
- Typedef SharedPtr
- Class ICosPdfPrimitive
- Class DictionaryEditor
- Namespace Aspose::Pdf::DataEditor
- Library Aspose.PDF for C++