PdfDictionaryDictionaryElementsSetReference Method (String, PdfObject)Terminal Works - PDF Printing.Net Library
Sets the entry as a reference to the specified object. The object must 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 SetReference(
	string key,
	PdfObject obj
)

Parameters

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

Reference