Click or drag to resize

PdfTypeArrayAdd(PdfTypeBase, PdfIndirectList) Method

Adds an item to the Array

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

Parameters

item  PdfTypeBase
The object to add to the Array
list  PdfIndirectList
The list of objects.
Exceptions
ExceptionCondition
ArgumentNullExceptionitem or list is null.
See Also