GoToAction
GoToAction class
Stellt eine Go-to-Aktion dar, die die Ansicht zu einem bestimmten Ziel (Seite, Position und Vergrößerungsfaktor) ändert.
public class GoToAction : PdfAction
Konstrukteure
Name | Beschreibung |
---|
GoToAction(ExplicitDestination) | Konstruktor. |
GoToAction(Page) | Konstruktor für die GoToAction-Klasse. |
GoToAction(Document, string) | Aktion, die mit benanntem Ziel verknüpft ist. |
GoToAction(Page, ExplicitDestinationType, params double[]) | Konstruktor für die GoToAction-Klasse. |
Eigenschaften
Name | Beschreibung |
---|
virtual Destination { get; set; } | Ruft das Ziel ab, zu dem gesprungen werden soll, oder legt es fest. |
Next { get; } | Nächste Aktionen in Folge. |
Siehe auch