Aspose::Pdf::Document::GetCatalogValue method
Document::GetCatalogValue method
Returns item value from catalog dictionary.
System::SharedPtr<System::Object> Aspose::Pdf::Document::GetCatalogValue(const System::String &key)
| Parameter | Type | Description |
|---|---|---|
| key | const System::String& | The key of item. |
ReturnValue
Item value - if key was successfully found; otherwise, null.
See Also
- Typedef SharedPtr
- Class Object
- Class String
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++