Table of Contents

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

item T

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