Aspose::Pdf::Annotations::GoToRemoteAction class
Innehåll
[
Dölj
]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
| Metod | Beskrivning |
|---|---|
| get_Destination() override | Hä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>) override | Stä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
- Class GoToAction
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++