Aspose::Pdf::DataEditor::CosPdfDictionary::Add method
CosPdfDictionary::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<ICosPdfPrimitive>>&) method
Set ICosPdfPrimitive to dictionary.
void Aspose::Pdf::DataEditor::CosPdfDictionary::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 CosPdfDictionary
- Namespace Aspose::Pdf::DataEditor
- Library Aspose.PDF for C++
CosPdfDictionary::Add(const System::String&, const System::SharedPtr<ICosPdfPrimitive>&) method
Set ICosPdfPrimitive to dictionary.
void Aspose::Pdf::DataEditor::CosPdfDictionary::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 CosPdfDictionary
- Namespace Aspose::Pdf::DataEditor
- Library Aspose.PDF for C++