PdfInternalsAddObject Method Terminal Works - PDF Printing.Net Library
Adds an object to the PDF document. This operation and only this operation makes the object an indirect object owned by this document.

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

public void AddObject(
	PdfObject obj
)

Parameters

obj
Type: PdfEdit.PdfPdfObject
See Also

Reference