Table of Contents

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 string

The view name.

view PdfDocumentView

The view to be added to the PdfDocumentViewCollection.

Exceptions

ArgumentNullException

name or view are null.

ArgumentException

The view belongs to another PdfDocument or is used by different name. Or this name already used for another view.