Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntaxpublic void Add(
T item
)
Public Sub Add (
item As T
)
Parameters
- item T
- The element to be added to the end of the PdfCollectionT.
Implements
ICollectionTAdd(T)
See Also