Click or drag to resize

PdfCollectionTAdd Method

Adds an element to the end of the PdfCollectionT.

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

Parameters

item  T
The element to be added to the end of the PdfCollectionT.

Implements

ICollectionTAdd(T)
See Also