Aspose::Pdf::Annotations::XYZExplicitDestination::CreateDestination method
XYZExplicitDestination::CreateDestination method
Create destintion to specified location of the page considering page rotation if required.
static System::SharedPtr<XYZExplicitDestination> Aspose::Pdf::Annotations::XYZExplicitDestination::CreateDestination(const System::SharedPtr<Aspose::Pdf::Page> &page, double left, double top, double zoom, bool considerRotation)
| Parameter | Type | Description |
|---|---|---|
| page | const System::SharedPtr<Aspose::Pdf::Page>& | Destination page. |
| left | double | Left position on the page. |
| top | double | Top position on the page. |
| zoom | double | Zoom factor (0 for default). |
| considerRotation | bool | If true position will be recalculated according to page rotation. |
ReturnValue
Destination object.
See Also
- Typedef SharedPtr
- Class XYZExplicitDestination
- Class Page
- Class XYZExplicitDestination
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++