Aspose::Pdf::Annotations::GoToAction::GoToAction constructor

GoToAction::GoToAction() constructor

Constructor.

Aspose::Pdf::Annotations::GoToAction::GoToAction()

Deprecated

Use constructors with parameters.

See Also

GoToAction::GoToAction(int32_t) constructor

Constructor for GoToAction class.

Aspose::Pdf::Annotations::GoToAction::GoToAction(int32_t page)
ParameterTypeDescription
pageint32_tThe destination page number to jump to.

Deprecated

Use constructor with Aspose.Pdf.Page parameter instead of this one. Reason: if to use this constructor there is the problem with the document when to resave it in Adobe Acrobat.

See Also

GoToAction::GoToAction(System::SharedPtr<Document>, System::String) constructor

Action which linked with Named Destination.

Aspose::Pdf::Annotations::GoToAction::GoToAction(System::SharedPtr<Document> doc, System::String name)
ParameterTypeDescription
docSystem::SharedPtr<Document>Document where action will be created.
nameSystem::StringName of the destination.

See Also

GoToAction::GoToAction(System::SharedPtr<ExplicitDestination>) constructor

Constructor.

Aspose::Pdf::Annotations::GoToAction::GoToAction(System::SharedPtr<ExplicitDestination> destination)
ParameterTypeDescription
destinationSystem::SharedPtr<ExplicitDestination>Explicit destination.

See Also

GoToAction::GoToAction(System::SharedPtr<Page>) constructor

Constructor for GoToAction class.

Aspose::Pdf::Annotations::GoToAction::GoToAction(System::SharedPtr<Page> page)
ParameterTypeDescription
pageSystem::SharedPtr<Page>Aspose.Pdf.Page destination object to jump to.

See Also

GoToAction::GoToAction(System::SharedPtr<Page>, ExplicitDestinationType, const System::ArrayPtr<double>&) constructor

Constructor for GoToAction class.

Aspose::Pdf::Annotations::GoToAction::GoToAction(System::SharedPtr<Page> page, ExplicitDestinationType type, const System::ArrayPtr<double> &values)
ParameterTypeDescription
pageSystem::SharedPtr<Page>Destination page.
typeExplicitDestinationTypeDestination type.
valuesconst System::ArrayPtr<double>&Action parameters.

See Also