PdfDictionaryGetValue Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets the value for the specified key.

Namespace:  Apitron.PDF.Objects
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public Object GetValue(
	string key
)

Parameters

key
Type: SystemString
The key.

Return Value

Type: Object
Returns value for the specified key
Exceptions

ExceptionCondition
ArgumentOutOfRangeException
See Also

Reference