Table of Contents

Class GoToEAction

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

GoToE action (to go to a destination inside a file embedded within the PDF)

public class GoToEAction : AbstractGoToAction
Inheritance
GoToEAction
Inherited Members

Constructors

GoToEAction(ExplicitDestination, string)

Constructor

public GoToEAction(ExplicitDestination destination, string fileSpecification)

Parameters

destination ExplicitDestination

Destination within the embedded file

fileSpecification string

Specification of the embedded file

Properties

FileSpecification

File specification of the embedded file

public string FileSpecification { get; }

Property Value

string