Aspose::Pdf::Annotations::GoToAction class
GoToAction class
Representa una acción ir a que cambia la vista a un destino especificado (página, ubicación y factor de magnificación).
class GoToAction : public Aspose::Pdf::Annotations::PdfAction
Métodos
| Método | Descripción |
|---|---|
| virtual get_Destination() | Obtiene el destino al que saltar. |
| GoToAction(int32_t) | Constructor de la clase GoToAction. |
| GoToAction(const System::SharedPtr<Page>&) | Constructor de la clase GoToAction. |
| GoToAction(const System::SharedPtr<Page>&, ExplicitDestinationType, const System::ArrayPtr<double>&) | Constructor de la clase GoToAction. |
| GoToAction(const System::SharedPtr<ExplicitDestination>&) | Constructor. |
| GoToAction() | Constructor. |
| GoToAction(const System::SharedPtr<Document>&, const System::String&) | Acción vinculada con Destino nombrado. |
| virtual set_Destination(System::SharedPtr<IAppointment>) | Establece el destino al que saltar. |
Ver también
- Class PdfAction
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++