Click or drag to resize

PdfTypeDictionaryGetIntegerBy Method

Gets the element with the specified key and returns it as an integer value.

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

Parameters

key  String
The key of the element to get.

Return Value

Int32
The integer value located at the specified key.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe key is null.
See Also