Aspose::Pdf::Annotations::GoToAction klass

GoToAction class

Representerar en gå-till‑åtgärd som ändrar vyn till en angiven destination (sida, plats och förstoring).

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

Metoder

MetodBeskrivning
virtual get_Destination()Hämtar destinationen att hoppa till.
GoToAction(int32_t)Konstruktor för GoToAction klass.
GoToAction(const System::SharedPtr<Page>&)Konstruktor för GoToAction klass.
GoToAction(const System::SharedPtr<Page>&, ExplicitDestinationType, const System::ArrayPtr<double>&)Konstruktor för GoToAction klass.
GoToAction(const System::SharedPtr<ExplicitDestination>&)Konstruktor.
GoToAction()Konstruktor.
GoToAction(const System::SharedPtr<Document>&, const System::String&)Åtgärd som är länkad till namngiven destination.
virtual set_Destination(System::SharedPtr<IAppointment>)Ställer in destinationen att hoppa till.

Se även