Click or drag to resize

PdfTypeDictionarySetAt Method

Sets the element at the specified key.

Namespace: Patagames.Pdf.Net.BasicTypes
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public void SetAt(
	string key,
	PdfTypeBase value
)

Parameters

key  String
The key of the element to set.
value  PdfTypeBase
The element which should be setted at the specified key.
Exceptions
ExceptionCondition
KeyNotFoundExceptionThe property is retrieved and key is not found.
ArgumentNullExceptionThe key or value is null.
See Also