Aspose::Pdf::Annotations::ExplicitDestination::CreateDestination method
Contents
[
Hide
]ExplicitDestination::CreateDestination(const System::SharedPtr<Aspose::Pdf::Page>&, ExplicitDestinationType, const System::ArrayPtr<double>&) method
Creates instances of ExplicitDestination descendant classes.
static System::SharedPtr<ExplicitDestination> Aspose::Pdf::Annotations::ExplicitDestination::CreateDestination(const System::SharedPtr<Aspose::Pdf::Page> &page, ExplicitDestinationType type, const System::ArrayPtr<double> &values)
| Parameter | Type | Description |
|---|---|---|
| page | const System::SharedPtr<Aspose::Pdf::Page>& | The object of destination page. |
| type | ExplicitDestinationType | The type of explicit destination. |
| values | const System::ArrayPtr<double>& | Array of double values. |
ReturnValue
The explicit destination object.
See Also
- 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
Creates instances of ExplicitDestination descendant classes.
static System::SharedPtr<ExplicitDestination> Aspose::Pdf::Annotations::ExplicitDestination::CreateDestination(const System::SharedPtr<Document> &doc, int32_t pageNumber, ExplicitDestinationType type, const System::ArrayPtr<double> &values)
| Parameter | Type | Description |
|---|---|---|
| doc | const System::SharedPtr<Document>& | Document where destination will be created. |
| pageNumber | int32_t | Number of the page. |
| type | ExplicitDestinationType | Destionatyion type. |
| values | const System::ArrayPtr<double>& | Array of destination specific values. |
ReturnValue
The explicit destination object.
Deprecated
Use the method without Document argument.
See Also
- 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
Creates instances of ExplicitDestination descendant classes.
static System::SharedPtr<ExplicitDestination> Aspose::Pdf::Annotations::ExplicitDestination::CreateDestination(int32_t pageNumber, ExplicitDestinationType type, const System::ArrayPtr<double> &values)
| Parameter | Type | Description |
|---|---|---|
| pageNumber | int32_t | The destination page number. |
| type | ExplicitDestinationType | The type of explicit destination. |
| values | const System::ArrayPtr<double>& | Array of double values. |
ReturnValue
The explicit destination object.
See Also
- Typedef SharedPtr
- Class ExplicitDestination
- Enum ExplicitDestinationType
- Typedef ArrayPtr
- Class ExplicitDestination
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++