Table of Contents

Class GoToRAction

Namespace
UglyToad.PdfPig.Actions
Assembly
UglyToad.PdfPig.dll

GoToR action, to go to a destination in a remote PDF

public class GoToRAction : AbstractGoToAction
Inheritance
GoToRAction
Inherited Members

Constructors

GoToRAction(ExplicitDestination, string)

Constructor

public GoToRAction(ExplicitDestination destination, string filename)

Parameters

destination ExplicitDestination

Destination within the remote PDF

filename string

Filename of the remote PDF

Properties

Filename

Filename of the remote PDF

public string Filename { get; }

Property Value

string