Method SetView
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
SetView(PdfDocumentView)
Sets the view to display as the result of this PdfGoToAction.
public void SetView(PdfDocumentView view)
Parameters
view
PdfDocumentViewThe view to display as the result of this PdfGoToAction.
Exceptions
- ArgumentNullException
view
isnull
.
SetView(string)
Sets the name of the view to display as the result of this PdfGoToAction.
public void SetView(string name)
Parameters
name
stringThe name of the view to display as the result of this PdfGoToAction.
Exceptions
- ArgumentNullException
name
isnull
.