Method CreateView
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
CreateView(int)
Creates a new PdfDocumentView for specified page and adds it to the collection of document views.
public PdfDocumentView CreateView(int pageIndex)
Parameters
pageIndex
intThe index of the page to be displayed in the view.
Returns
- PdfDocumentView
The newly created PdfDocumentView.
CreateView(PdfPage)
Creates a new PdfDocumentView for specified page and adds it to the collection of document views.
public PdfDocumentView CreateView(PdfPage page)
Parameters
page
PdfPageThe page to be displayed in the view.
Returns
- PdfDocumentView
The newly created PdfDocumentView.