Aspose::Pdf::Annotations::XYZExplicitDestination::CreateDestinationToUpperLeftCorner метод

XYZExplicitDestination::CreateDestinationToUpperLeftCorner(const System::SharedPtr<Aspose::Pdf::Page>&) method

Создайте пункт назначения на указанную страницу.

static System::SharedPtr<XYZExplicitDestination> Aspose::Pdf::Annotations::XYZExplicitDestination::CreateDestinationToUpperLeftCorner(const System::SharedPtr<Aspose::Pdf::Page> &page)
ПараметрТипОписание
страницаconst System::SharedPtr<Aspose::Pdf::Page>&Страница назначения.

ReturnValue

Объект назначения.

См. также

XYZExplicitDestination::CreateDestinationToUpperLeftCorner(const System::SharedPtr<Aspose::Pdf::Page>&, double) method

Создайте пункт назначения в левый верхний угол указанной страницы.

static System::SharedPtr<XYZExplicitDestination> Aspose::Pdf::Annotations::XYZExplicitDestination::CreateDestinationToUpperLeftCorner(const System::SharedPtr<Aspose::Pdf::Page> &page, double zoom)
ПараметрТипОписание
страницаconst System::SharedPtr<Aspose::Pdf::Page>&Страница назначения.
масштабdoubleКоэффициент масштабирования.

ReturnValue

Объект назначения.

См. также