Class PdfActionGoTo
- Namespace
- EvoPdf
- Assembly
- evohtmltopdf.dll
Represents a Go To action in the PDF document.
[ClassInterface(ClassInterfaceType.AutoDual)]
public class PdfActionGoTo : PdfAction
- Inheritance
-
PdfActionGoTo
- Inherited Members
Constructors
PdfActionGoTo(ExplicitDestination)
Creates a Go To action based on the specified explicit destination.
public PdfActionGoTo(ExplicitDestination goToDestination)
Parameters
goToDestination
ExplicitDestinationThe destination of the Go To action.
Properties
Destination
Gets or sets the explicit destination of the Go To action.
public ExplicitDestination Destination { get; set; }