Table of Contents

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 PdfDocumentView

The view to display as the result of this PdfGoToAction.

Exceptions

ArgumentNullException

view is null.

SetView(string)

Sets the name of the view to display as the result of this PdfGoToAction.

public void SetView(string name)

Parameters

name string

The name of the view to display as the result of this PdfGoToAction.

Exceptions

ArgumentNullException

name is null.