Aspose::Pdf::Annotations::ExplicitDestination::CreateDestination método
Contenido
[
Ocultar
]ExplicitDestination::CreateDestination(const System::SharedPtr<Aspose::Pdf::Page>&, ExplicitDestinationType, const System::ArrayPtr<double>&) method
Crea instancias de clases derivadas de ExplicitDestination.
static System::SharedPtr<ExplicitDestination> Aspose::Pdf::Annotations::ExplicitDestination::CreateDestination(const System::SharedPtr<Aspose::Pdf::Page> &page, ExplicitDestinationType type, const System::ArrayPtr<double> &values)
| Parámetro | Tipo | Descripción |
|---|---|---|
| página | const System::SharedPtr\Aspose::Pdf::Page\\\& | El objeto de la página de destino. |
| tipo | ExplicitDestinationType | El tipo de destino explícito. |
| valores | const System::ArrayPtr<double>& | Arreglo de valores double. |
ReturnValue
El objeto de destino explícito.
Ver también
- Typedef SharedPtr
- Class ExplicitDestination
- Class Page
- Enum ExplicitDestinationType
- Typedef ArrayPtr
- Class ExplicitDestination
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++
ExplicitDestination::CreateDestination(const System::SharedPtr<Document>&, int32_t, ExplicitDestinationType, const System::ArrayPtr<double>&) method
Crea instancias de clases derivadas de ExplicitDestination.
static System::SharedPtr<ExplicitDestination> Aspose::Pdf::Annotations::ExplicitDestination::CreateDestination(const System::SharedPtr<Document> &doc, int32_t pageNumber, ExplicitDestinationType type, const System::ArrayPtr<double> &values)
| Parámetro | Tipo | Descripción |
|---|---|---|
| doc | const System::SharedPtr<Document>& | Document donde se creará el destino. |
| pageNumber | int32_t | Número de la página. |
| tipo | ExplicitDestinationType | Tipo de destino. |
| valores | const System::ArrayPtr<double>& | Arreglo de valores específicos del destino. |
ReturnValue
El objeto de destino explícito.
Deprecated
Use el método sin el argumento Document.
Ver también
- Typedef SharedPtr
- Class ExplicitDestination
- Class Document
- Enum ExplicitDestinationType
- Typedef ArrayPtr
- Class ExplicitDestination
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++
ExplicitDestination::CreateDestination(int32_t, ExplicitDestinationType, const System::ArrayPtr<double>&) method
Crea instancias de clases derivadas de ExplicitDestination.
static System::SharedPtr<ExplicitDestination> Aspose::Pdf::Annotations::ExplicitDestination::CreateDestination(int32_t pageNumber, ExplicitDestinationType type, const System::ArrayPtr<double> &values)
| Parámetro | Tipo | Descripción |
|---|---|---|
| pageNumber | int32_t | El número de página de destino. |
| tipo | ExplicitDestinationType | El tipo de destino explícito. |
| valores | const System::ArrayPtr<double>& | Arreglo de valores double. |
ReturnValue
El objeto de destino explícito.
Ver también
- Typedef SharedPtr
- Class ExplicitDestination
- Enum ExplicitDestinationType
- Typedef ArrayPtr
- Class ExplicitDestination
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++