Click or drag to resize

PdfTypeArrayAddIndirect(PdfIndirectList, PdfTypeBase) Method

Creates an Indirect object and adds it to the Array.

Namespace: Patagames.Pdf.Net.BasicTypes
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public void AddIndirect(
	PdfIndirectList list,
	PdfTypeBase directObject
)

Parameters

list  PdfIndirectList
List of objects
directObject  PdfTypeBase
A PDF object
Exceptions
ExceptionCondition
ArgumentNullExceptionlist or object is null.
See Also