Class GoToEAction
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
ExplicitDestinationDestination within the embedded file
fileSpecification
stringSpecification of the embedded file
Properties
FileSpecification
File specification of the embedded file
public string FileSpecification { get; }