Class PdfRemoteGoToAction
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Class for a remote Go-To action. A remote go-to action changes the current document view to a document view in another PDF file.
public sealed class PdfRemoteGoToAction : PdfAction
- Inheritance
-
PdfRemoteGoToAction
- Inherited Members
Remarks
The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.
Properties
- FilePath
Gets or sets the path to the file in which the destination is located.
- OpenInNewWindow
Gets or sets a value indicating whether this PdfRemoteGoToAction should open the destination document in a new window.
- View
Gets or sets the view to display as the result of this PdfRemoteGoToAction.
- ViewName
Gets or sets the name of the view. The view with this name should be displayed as the result of this PdfRemoteGoToAction.