PdfList(T).Add Method

Adds an object to the end of the PdfList<T>.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public void Add(
	T item
)
VB
Public Sub Add ( 
	item As T
)

Parameters

item
Type: T
The object to be added to the end of the PdfList<T>.

See Also