Aspose::Pdf::Annotations::ExplicitDestination class
ExplicitDestination class
Представляет базовый класс для явных точек назначения в PDF‑документе.
class ExplicitDestination : public Aspose::Pdf::Annotations::IAppointment
Методы
| Метод | Описание |
|---|---|
| static CreateDestination(const System::SharedPtr<Aspose::Pdf::Page>&, ExplicitDestinationType, const System::ArrayPtr<double>&) | Создаёт экземпляры наследников ExplicitDestination. |
| static CreateDestination(const System::SharedPtr<Document>&, int32_t, ExplicitDestinationType, const System::ArrayPtr<double>&) | Создаёт экземпляры наследников ExplicitDestination. |
| static CreateDestination(int32_t, ExplicitDestinationType, const System::ArrayPtr<double>&) | Создаёт экземпляры наследников ExplicitDestination. |
| get_Page() const | Получает объект целевой страницы. |
| get_PageNumber() const | Получает номер целевой страницы. |
| virtual ToString() const | Возвращает строковое представление объекта ExplicitDestination. |
См. также
- Class IAppointment
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++