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: 2025.3.13
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