GoToAction

GoToAction(Page)

Konstruktor für die GoToAction-Klasse.

public GoToAction(Page page)
ParameterTypBeschreibung
pagePageAspose.Pdf.Page Zielobjekt, zu dem gesprungen werden soll.

Siehe auch


GoToAction(Page, ExplicitDestinationType, params double[])

Konstruktor für die GoToAction-Klasse.

public GoToAction(Page page, ExplicitDestinationType type, params double[] values)
ParameterTypBeschreibung
pagePageZielseite.
typeExplicitDestinationTypeZieltyp.
valuesDouble[]Aktionsparameter.

Siehe auch


GoToAction(ExplicitDestination)

Konstruktor.

public GoToAction(ExplicitDestination destination)
ParameterTypBeschreibung
destinationExplicitDestinationExplizites Ziel.

Siehe auch


GoToAction(Document, string)

Aktion, die mit benanntem Ziel verknüpft ist.

public GoToAction(Document doc, string name)
ParameterTypBeschreibung
docDocumentDokumentieren Sie, wo die Aktion erstellt wird.
nameStringName des Ziels.

Siehe auch