Table of Contents

Class PdfRemoteGoToAction

Namespace
PdfSharp.Pdf.Actions
Assembly
PdfSharp.dll

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 PdfDocument

The 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 string

The path to the target document.

destinationName string

The 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.

Returns

PdfRemoteGoToAction