GoToAction.GoToAction

GoToAction(Page)

Constructor for GoToAction class.

public GoToAction(Page page)
ParameterTypeDescription
pagePageAspose.Pdf.Page destination object to jump to.

See Also


GoToAction(Page, ExplicitDestinationType, params double[])

Constructor for GoToAction class.

public GoToAction(Page page, ExplicitDestinationType type, params double[] values)
ParameterTypeDescription
pagePageDestination page.
typeExplicitDestinationTypeDestination type.
valuesDouble[]Action parameters.

See Also


GoToAction(ExplicitDestination)

Constructor.

public GoToAction(ExplicitDestination destination)
ParameterTypeDescription
destinationExplicitDestinationExplicit destination.

See Also


GoToAction(Document, string)

Action which linked with Named Destination.

public GoToAction(Document doc, string name)
ParameterTypeDescription
docDocumentDocument where action will be created.
nameStringName of the destination.

See Also