Aspose::Pdf::DataEditor::CosPdfDictionary::idx_set method
CosPdfDictionary::idx_set method
Sets the element with the specified key.
void Aspose::Pdf::DataEditor::CosPdfDictionary::idx_set(const System::String &key, System::SharedPtr<ICosPdfPrimitive> value) override
| Parameter | Type | Description |
|---|---|---|
| key | const System::String& | The key of the element to get or set. |
| value | System::SharedPtr<ICosPdfPrimitive> | The element with the specified key. |
See Also
- Class String
- Typedef SharedPtr
- Class ICosPdfPrimitive
- Class CosPdfDictionary
- Namespace Aspose::Pdf::DataEditor
- Library Aspose.PDF for C++