Aspose::Pdf::Annotations::ExplicitDestination::CreateDestination‑metod
Innehåll
[
Dölj
]ExplicitDestination::CreateDestination(const System::SharedPtr<Aspose::Pdf::Page>&, ExplicitDestinationType, const System::ArrayPtr<double>&) method
Skapar instanser av ExplicitDestination-avledda klasser.
static System::SharedPtr<ExplicitDestination> Aspose::Pdf::Annotations::ExplicitDestination::CreateDestination(const System::SharedPtr<Aspose::Pdf::Page> &page, ExplicitDestinationType type, const System::ArrayPtr<double> &values)
| Parameter | Typ | Beskrivning |
|---|---|---|
| sida | const System::SharedPtr<Aspose::Pdf::Page>& | Objektet för destinationssidan. |
| typ | ExplicitDestinationType | Typen av explicit destination. |
| värden | const System::ArrayPtr<double>& | Array av dubbelvärden. |
ReturnValue
Det explicita destinationsobjektet.
Se även
- 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
Skapar instanser av ExplicitDestination-avledda klasser.
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 | Typ | Beskrivning |
|---|---|---|
| doc | const System::SharedPtr<Document>& | Document där destinationen kommer att skapas. |
| pageNumber | int32_t | Sidnummer. |
| typ | ExplicitDestinationType | Destinationstyp. |
| värden | const System::ArrayPtr<double>& | Array av destinationsspecifika värden. |
ReturnValue
Det explicita destinationsobjektet.
Deprecated
Använd metoden utan Document‑argument.
Se även
- 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
Skapar instanser av ExplicitDestination-avledda klasser.
static System::SharedPtr<ExplicitDestination> Aspose::Pdf::Annotations::ExplicitDestination::CreateDestination(int32_t pageNumber, ExplicitDestinationType type, const System::ArrayPtr<double> &values)
| Parameter | Typ | Beskrivning |
|---|---|---|
| pageNumber | int32_t | Numret på destinationssidan. |
| typ | ExplicitDestinationType | Typen av explicit destination. |
| värden | const System::ArrayPtr<double>& | Array av dubbelvärden. |
ReturnValue
Det explicita destinationsobjektet.
Se även
- Typedef SharedPtr
- Class ExplicitDestination
- Enum ExplicitDestinationType
- Typedef ArrayPtr
- Class ExplicitDestination
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++