Aspose::Pdf::Utils::DictionaryEditor::TryGetValue method
DictionaryEditor::TryGetValue method
For access to simple data type like string, name, bool, number. Returns null for other types.
bool Aspose::Pdf::Utils::DictionaryEditor::TryGetValue(const System::String &key, System::SharedPtr<PublicData::ICosPdfPrimitive> &value) const override
Parameter | Type | Description |
---|---|---|
key | const System::String& | Key value |
value | System::SharedPtr<PublicData::ICosPdfPrimitive>& | returns ICosPdfPrimitive for key or null. |
ReturnValue
Returns true if ICosPdfPrimitive is like string, name, bool, number. Returns false for all other types.
See Also
- Class String
- Typedef SharedPtr
- Class ICosPdfPrimitive
- Class DictionaryEditor
- Namespace Aspose::Pdf::Utils
- Library Aspose.PDF for C++