Method Add
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Add(T)
Adds an object to the end of the PdfList<T>.
public void Add(T item)
Parameters
itemTThe object to be added to the end of the PdfList<T>.
Adds an object to the end of the PdfList<T>.
public void Add(T item)
item TThe object to be added to the end of the PdfList<T>.