Aspose::Pdf::Annotations::XYZExplicitDestination::CreateDestinationToUpperLeftCorner method

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

Create destination to specified page.

static System::SharedPtr<XYZExplicitDestination> Aspose::Pdf::Annotations::XYZExplicitDestination::CreateDestinationToUpperLeftCorner(System::SharedPtr<Aspose::Pdf::Page> page)
ParameterTypeDescription
pageSystem::SharedPtr<Aspose::Pdf::Page>Destination page.

ReturnValue

Destination object.

See Also

XYZExplicitDestination::CreateDestinationToUpperLeftCorner(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(System::SharedPtr<Aspose::Pdf::Page> page, double zoom)
ParameterTypeDescription
pageSystem::SharedPtr<Aspose::Pdf::Page>Destination page.
zoomdoubleZoom factor.

ReturnValue

Destination object.

See Also