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
pageIndexintThe 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
pagePdfPageThe page to be displayed in the view.
Returns
- PdfDocumentView
The newly created PdfDocumentView.