PdfDictionaryDictionaryElementsSetObject Method Terminal Works - PDF Printing.Net Library
Sets the entry to the specified object. The object must not be an indirect object, otherwise an exception is raised.

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public void SetObject(
	string key,
	PdfObject obj
)

Parameters

key
Type: SystemString
obj
Type: PdfEdit.PdfPdfObject
See Also

Reference