Aspose::Pdf::Annotations::XYZExplicitDestination::CreateDestinationToUpperLeftCorner‑metod

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

Skapa destination till angiven sida.

static System::SharedPtr<XYZExplicitDestination> Aspose::Pdf::Annotations::XYZExplicitDestination::CreateDestinationToUpperLeftCorner(const System::SharedPtr<Aspose::Pdf::Page> &page)
ParameterTypBeskrivning
sidaconst System::SharedPtr<Aspose::Pdf::Page>&Destinationssida.

ReturnValue

Destination‑objekt.

Se även

XYZExplicitDestination::CreateDestinationToUpperLeftCorner(const System::SharedPtr<Aspose::Pdf::Page>&, double) method

Skapa destination till det övre vänstra hörnet på den angivna sidan.

static System::SharedPtr<XYZExplicitDestination> Aspose::Pdf::Annotations::XYZExplicitDestination::CreateDestinationToUpperLeftCorner(const System::SharedPtr<Aspose::Pdf::Page> &page, double zoom)
ParameterTypBeskrivning
sidaconst System::SharedPtr<Aspose::Pdf::Page>&Destinationssida.
zoomdoubleZoomfaktor.

ReturnValue

Destination‑objekt.

Se även