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
viewPdfDocumentViewThe view to display as the result of this PdfRemoteGoToAction.
Exceptions
- ArgumentNullException
viewisnull.
SetView(string)
Sets the name of the view to display as the result of this PdfRemoteGoToAction.
public void SetView(string name)
Parameters
namestringThe name of the view to display as the result of this PdfRemoteGoToAction.
Exceptions
- ArgumentNullException
nameisnull.