Click or drag to resize

PdfDictionaryEntry(PdfName, PdfBasicObject) Constructor

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

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

Parameters

key  PdfName
The PdfName defined in each PdfDictionaryEntry.
value  PdfBasicObject
The PdfBasicObject associated with key.
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is .
See Also