Click or drag to resize

PdfTypeArrayAddIndirect(PdfIndirectList, Int32) 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,
	int objectNumber
)

Parameters

list  PdfIndirectList
List of objects
objectNumber  Int32
Object's number
Exceptions
ExceptionCondition
ArgumentNullExceptionlist is null.
See Also