Click or drag to resize

PdfTypeArrayAdd(PdfTypeBase) 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
)

Parameters

item  PdfTypeBase
The object to add to the Array

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionitem is null.
See Also