Table of Contents

Class PdfGoToAction

Namespace
PdfSharp.Pdf.Actions
Assembly
PdfSharp.dll

Represents a PDF Goto action.

public sealed class PdfGoToAction : PdfAction, ICloneable, IEnumerable<KeyValuePair<string, PdfItem?>>, IEnumerable
Inheritance
PdfGoToAction
Implements
Inherited Members

Constructors

PdfGoToAction()

Initializes a new instance of the PdfGoToAction class.

public PdfGoToAction()

PdfGoToAction(PdfDocument)

Initializes a new instance of the PdfGoToAction class.

public PdfGoToAction(PdfDocument document)

Parameters

document PdfDocument

The document that owns this object.

Methods

CreateGoToAction(string)

Creates a link within the current document.

public static PdfGoToAction CreateGoToAction(string destinationName)

Parameters

destinationName string

The Named Destination’s name in the target document.

Returns

PdfGoToAction