Click or drag to resize

PdfTypeDictionaryGetBy Method

Gets the element with the specified key.

Namespace: Patagames.Pdf.Net.BasicTypes
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public PdfTypeBase GetBy(
	string key
)

Parameters

key  String
The key of the element to get.

Return Value

PdfTypeBase
The element with the specified key.
Exceptions
ExceptionCondition
KeyNotFoundExceptionThe property is retrieved and key is not found.
ArgumentNullExceptionThe key is null.
See Also