PdfDocument.CreateView Method (Int32)

Creates a new PdfDocumentView for specified page and adds it to the collection of document views.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfDocumentView CreateView(
	int pageIndex
)
VB
Public Function CreateView ( 
	pageIndex As Integer
) As PdfDocumentView

Parameters

pageIndex
Type: System.Int32
The index of the page to be displayed in the view.

Return Value

Type: PdfDocumentView
The newly created PdfDocumentView.

See Also