Aspose::Pdf::Document::GetCatalogValue method

Document::GetCatalogValue method

Returns item value from catalog dictionary.

System::SharedPtr<System::Object> Aspose::Pdf::Document::GetCatalogValue(System::String key)
ParameterTypeDescription
keySystem::StringThe key of item.

ReturnValue

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

See Also