Class PdfRemoteGoToAction
Represents a PDF Remote Goto action.
public sealed class PdfRemoteGoToAction : PdfAction, ICloneable, IEnumerable<KeyValuePair<string, PdfItem?>>, IEnumerable
- Inheritance
-
PdfRemoteGoToAction
- Implements
- Inherited Members
Constructors
PdfRemoteGoToAction()
Initializes a new instance of the PdfRemoteGoToAction class.
public PdfRemoteGoToAction()
PdfRemoteGoToAction(PdfDocument)
Initializes a new instance of the PdfRemoteGoToAction class.
public PdfRemoteGoToAction(PdfDocument document)
Parameters
document
PdfDocumentThe document that owns this object.
Methods
CreateRemoteGoToAction(string, string, bool?)
Creates a link to another document.
public static PdfRemoteGoToAction CreateRemoteGoToAction(string documentPath, string destinationName, bool? newWindow = null)
Parameters
documentPath
stringThe path to the target document.
destinationName
stringThe named destination’s name in the target document.
newWindow
bool?True, if the destination document shall be opened in a new window. If not set, the viewer application should behave in accordance with the current user preference.