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