Table of Contents

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 int

The 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 PdfPage

The page to be displayed in the view.

Returns

PdfDocumentView

The newly created PdfDocumentView.