DocumentGetCatalogValue Method
Returns item value from catalog dictionary.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public Object GetCatalogValue(
	string key
)

Parameters

key
Type: SystemString
The key of item.

Return Value

Type: Object
Item value - if key was successfully found; otherwise, null.
See Also