Aspose::Pdf::Annotations::XYZExplicitDestination::CreateDestinationToUpperLeftCorner método

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

Cree el destino a la página especificada.

static System::SharedPtr<XYZExplicitDestination> Aspose::Pdf::Annotations::XYZExplicitDestination::CreateDestinationToUpperLeftCorner(const System::SharedPtr<Aspose::Pdf::Page> &page)
ParámetroTipoDescripción
páginaconst System::SharedPtr\Aspose::Pdf::Page\\\&Página de destino.

ReturnValue

Objeto de destino.

Ver también

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

Cree el destino a la esquina superior izquierda de la página especificada.

static System::SharedPtr<XYZExplicitDestination> Aspose::Pdf::Annotations::XYZExplicitDestination::CreateDestinationToUpperLeftCorner(const System::SharedPtr<Aspose::Pdf::Page> &page, double zoom)
ParámetroTipoDescripción
páginaconst System::SharedPtr\Aspose::Pdf::Page\\\&Página de destino.
zoomdoubleFactor de zoom.

ReturnValue

Objeto de destino.

Ver también