Aspose::Pdf::Annotations::ExplicitDestination class
ExplicitDestination class
Representa la clase base para destinos explícitos en un documento PDF.
class ExplicitDestination : public Aspose::Pdf::Annotations::IAppointment
Métodos
| Método | Descripción |
|---|---|
| static CreateDestination(const System::SharedPtr<Aspose::Pdf::Page>&, ExplicitDestinationType, const System::ArrayPtr<double>&) | Crea instancias de clases derivadas de ExplicitDestination. |
| static CreateDestination(const System::SharedPtr<Document>&, int32_t, ExplicitDestinationType, const System::ArrayPtr<double>&) | Crea instancias de clases derivadas de ExplicitDestination. |
| static CreateDestination(int32_t, ExplicitDestinationType, const System::ArrayPtr<double>&) | Crea instancias de clases derivadas de ExplicitDestination. |
| get_Page() const | Obtiene el objeto de página de destino. |
| get_PageNumber() const | Obtiene el número de página de destino. |
| virtual ToString() const | Devuelve la representación en cadena del objeto ExplicitDestination. |
Ver también
- Class IAppointment
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++