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)
ParameterTypeDescription
keyconst System::String&The key of item.

ReturnValue

Item value - if key was successfully found; otherwise, null.

See Also