PdfDocument.CreateView Method (PdfPage)

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(
	PdfPage page
)
VB
Public Function CreateView ( 
	page As PdfPage
) As PdfDocumentView

Parameters

page
Type: BitMiracle.Docotic.Pdf.PdfPage
The page to be displayed in the view.

Return Value

Type: PdfDocumentView
The newly created PdfDocumentView.

See Also