Click or drag to resize

PdfArrayWrapperTAdd Method

Adds an item to the collection.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public void Add(
	T item
)

Parameters

item  T
The object to add to the collection

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionitem is null.
ArgumentExceptionThe underlying value is null.
NotSupportedExceptionThe property is set and underlying value is PdfTypeStream (or another type expected as an indirect type) and list of indirect objects is null.
NotSupportedExceptionCollection is read-only.
See Also