Aspose::Pdf::Annotations::GoToRemoteAction class

GoToRemoteAction class

Representerar en fjärr‑gå‑till‑åtgärd som liknar en vanlig gå‑till‑åtgärd men hoppar till en destination i en annan PDF‑fil istället för den aktuella filen.

class GoToRemoteAction : public Aspose::Pdf::Annotations::GoToAction

Metoder

MetodBeskrivning
get_Destination() overrideHämtar destinationen att hoppa till.
get_File()Hämtar specifikationen för filen där destinationen finns.
get_NewWindow()Hämtar en flagga som specificerar om destinationsdokumentet ska öppnas i ett nytt fönster.
GoToRemoteAction(const System::String&, int32_t)Initierar GoToRemoteAction objekt.
GoToRemoteAction(const System::String&, const System::SharedPtr<ExplicitDestination>&)Initierar GoToRemoteAction objekt.
set_Destination(System::SharedPtr<IAppointment>) overrideStäller in destinationen att hoppa till.
set_File(const System::SharedPtr<FileSpecification>&)Ställer in specifikationen för filen där destinationen finns.
set_NewWindow(ExtendedBoolean)Ställer in en flagga som specificerar om destinationsdokumentet ska öppnas i ett nytt fönster.

Se även