Table of Contents

Class AbstractGoToAction

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

Abstract class for GoTo-type actions (GoTo, GoToE, GoToR) that have a destination

public abstract class AbstractGoToAction : PdfAction
Inheritance
AbstractGoToAction
Derived
Inherited Members

Constructors

AbstractGoToAction(ActionType, ExplicitDestination)

Constructor

protected AbstractGoToAction(ActionType type, ExplicitDestination destination)

Parameters

type ActionType
destination ExplicitDestination

Properties

Destination

Destination for the GoTo-type action

public ExplicitDestination Destination { get; }

Property Value

ExplicitDestination