Aspose::Pdf::Utils::DictionaryEditor::idx_get method

DictionaryEditor::idx_get method

Gets the element with the specified key.

System::SharedPtr<PublicData::ICosPdfPrimitive> Aspose::Pdf::Utils::DictionaryEditor::idx_get(const System::String &key) const override
ParameterTypeDescription
keyconst System::String&The key of the element to get or set.

ReturnValue

The element with the specified key.

See Also