Click or drag to resize

PdfDictionaryEntry(String, PdfBasicObject) Constructor

Initializes a new instance of the PdfDictionaryEntry structure with the specified String key and PdfBasicObject value.

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntax
public PdfDictionaryEntry(
	string key,
	PdfBasicObject value
)

Parameters

key  String
The String from which Key is created by using Create(String) method.
value  PdfBasicObject
The PdfBasicObject associated with key.
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is .
See Also