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