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)
ParameterTypeDescription
pageconst System::SharedPtr<Aspose::Pdf::Page>&Destination page.

ReturnValue

Destination object.

See Also

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)
ParameterTypeDescription
pageconst System::SharedPtr<Aspose::Pdf::Page>&Destination page.
zoomdoubleZoom factor.

ReturnValue

Destination object.

See Also