Aspose::Pdf::Annotations::XYZExplicitDestination::CreateDestination‑metod

XYZExplicitDestination::CreateDestination method

Skapa destination till angiven plats på sidan med hänsyn till sidrotation om det krävs.

static System::SharedPtr<XYZExplicitDestination> Aspose::Pdf::Annotations::XYZExplicitDestination::CreateDestination(const System::SharedPtr<Aspose::Pdf::Page> &page, double left, double top, double zoom, bool considerRotation)
ParameterTypBeskrivning
sidaconst System::SharedPtr<Aspose::Pdf::Page>&Destinationssida.
leftdoubleLeft position på sidan.
övredoubleTop position på sidan.
zoomdoubleZoomfaktor (0 för standard).
considerRotationboolOm true kommer positionen att omräknas enligt sidrotation.

ReturnValue

Destination‑objekt.

Se även