PdfInternalsCreateIndirectObjectT Method Terminal Works - PDF Printing.Net Library
Creates the indirect object of the specified type, adds it to the document, and returns the object.

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

public T CreateIndirectObject<T>()
where T : PdfObject

Type Parameters

T

Return Value

Type: T
See Also

Reference