DocumentGetCatalogValue Method |
Returns item value from catalog dictionary.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic Object GetCatalogValue(
string key
)
Public Function GetCatalogValue (
key As String
) As Object
public:
Object^ GetCatalogValue(
String^ key
)
member GetCatalogValue :
key : string -> Object
Parameters
- key
- Type: SystemString
The key of item.
Return Value
Type:
ObjectItem value - if key was successfully found; otherwise, null.
See Also