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
Объект назначения.
См. также
- Typedef SharedPtr
- Class XYZExplicitDestination
- Class Page
- Class XYZExplicitDestination
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++
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
Объект назначения.
См. также
- Typedef SharedPtr
- Class XYZExplicitDestination
- Class Page
- Class XYZExplicitDestination
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++