Aspose::Pdf::Annotations::GoToAction class

GoToAction class

Represents a go-to action that changes the view to a specified destination (page, location, and magnification factor).

class GoToAction : public Aspose::Pdf::Annotations::PdfAction

Methods

MethodDescription
virtual get_Destination()Gets the destination to jump to.
get_Next()Next actions in sequence.
GetECMAScriptString()Gets string for ECMAScript Action.
GoToAction(int32_t)Constructor for GoToAction class.
GoToAction(System::SharedPtr<Page>)Constructor for GoToAction class.
GoToAction(System::SharedPtr<Page>, ExplicitDestinationType, const System::ArrayPtr<double>&)Constructor for GoToAction class.
GoToAction(System::SharedPtr<ExplicitDestination>)Constructor.
GoToAction()Constructor.
GoToAction(System::SharedPtr<Document>, System::String)Action which linked with Named Destination.
virtual set_Destination(System::SharedPtr<IAppointment>)Sets the destination to jump to.
ToString() const overrideReturns string representation of ExplicitDestination object.

See Also