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