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.

См. также