Aspose::Pdf::Annotations::ExplicitDestination::CreateDestination‑metod

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)
ParameterTypBeskrivning
sidaconst System::SharedPtr<Aspose::Pdf::Page>&Objektet för destinationssidan.
typExplicitDestinationTypeTypen av explicit destination.
värdenconst System::ArrayPtr<double>&Array av dubbelvärden.

ReturnValue

Det explicita destinationsobjektet.

Se även

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)
ParameterTypBeskrivning
docconst System::SharedPtr<Document>&Document där destinationen kommer att skapas.
pageNumberint32_tSidnummer.
typExplicitDestinationTypeDestinationstyp.
värdenconst System::ArrayPtr<double>&Array av destinationsspecifika värden.

ReturnValue

Det explicita destinationsobjektet.

Deprecated

Använd metoden utan Document‑argument.

Se även

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)
ParameterTypBeskrivning
pageNumberint32_tNumret på destinationssidan.
typExplicitDestinationTypeTypen av explicit destination.
värdenconst System::ArrayPtr<double>&Array av dubbelvärden.

ReturnValue

Det explicita destinationsobjektet.

Se även