Aspose::Pdf::Annotations::XYZExplicitDestination::CreateDestinationToUpperLeftCorner method
XYZExplicitDestination::CreateDestinationToUpperLeftCorner(const System::SharedPtr<Aspose::Pdf::Page>&) method
Create destination to specified page.
static System::SharedPtr<XYZExplicitDestination> Aspose::Pdf::Annotations::XYZExplicitDestination::CreateDestinationToUpperLeftCorner(const System::SharedPtr<Aspose::Pdf::Page> &page)
| Parameter | Type | Description |
|---|---|---|
| page | const System::SharedPtr<Aspose::Pdf::Page>& | Destination page. |
ReturnValue
Destination object.
See Also
- 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
Create destionation to upper left corner of the specifed page.
static System::SharedPtr<XYZExplicitDestination> Aspose::Pdf::Annotations::XYZExplicitDestination::CreateDestinationToUpperLeftCorner(const System::SharedPtr<Aspose::Pdf::Page> &page, double zoom)
| Parameter | Type | Description |
|---|---|---|
| page | const System::SharedPtr<Aspose::Pdf::Page>& | Destination page. |
| zoom | double | Zoom factor. |
ReturnValue
Destination object.
See Also
- Typedef SharedPtr
- Class XYZExplicitDestination
- Class Page
- Class XYZExplicitDestination
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++