Method Add
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Add(string, PdfDocumentView)
Adds the view to the PdfDocumentViewCollection.
public void Add(string name, PdfDocumentView view)
Parameters
name
stringThe view name.
view
PdfDocumentViewThe view to be added to the PdfDocumentViewCollection.
Exceptions
- ArgumentNullException
name
orview
arenull
.- ArgumentException
The
view
belongs to another PdfDocument or is used by different name. Or thisname
already used for another view.