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