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
namestringThe view name.
viewPdfDocumentViewThe view to be added to the PdfDocumentViewCollection.
Exceptions
- ArgumentNullException
nameorviewarenull.- ArgumentException
The
viewbelongs to another PdfDocument or is used by different name. Or thisnamealready used for another view.