PdfDocument.CreateView Method

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

Overload List

  NameDescription
Public methodCreateView(Int32)
Creates a new PdfDocumentView for specified page and adds it to the collection of document views.
Public methodCreateView(PdfPage)
Creates a new PdfDocumentView for specified page and adds it to the collection of document views.

See Also