Aspose::Pdf::Annotations::XYZExplicitDestination::CreateDestinationToUpperLeftCorner método
Contenido
[
Ocultar
]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ámetro | Tipo | Descripción |
|---|---|---|
| página | const System::SharedPtr\Aspose::Pdf::Page\\\& | Página de destino. |
ReturnValue
Objeto de destino.
Ver también
- Typedef SharedPtr
- Class XYZExplicitDestination
- Class Page
- Class XYZExplicitDestination
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++
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ámetro | Tipo | Descripción |
|---|---|---|
| página | const System::SharedPtr\Aspose::Pdf::Page\\\& | Página de destino. |
| zoom | double | Factor de zoom. |
ReturnValue
Objeto de destino.
Ver también
- Typedef SharedPtr
- Class XYZExplicitDestination
- Class Page
- Class XYZExplicitDestination
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++