Aspose::Pdf::Annotations::ExplicitDestination::CreateDestination método

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ámetroTipoDescripción
páginaconst System::SharedPtr\Aspose::Pdf::Page\\\&El objeto de la página de destino.
tipoExplicitDestinationTypeEl tipo de destino explícito.
valoresconst System::ArrayPtr<double>&Arreglo de valores double.

ReturnValue

El objeto de destino explícito.

Ver también

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ámetroTipoDescripción
docconst System::SharedPtr<Document>&Document donde se creará el destino.
pageNumberint32_tNúmero de la página.
tipoExplicitDestinationTypeTipo de destino.
valoresconst 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

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ámetroTipoDescripción
pageNumberint32_tEl número de página de destino.
tipoExplicitDestinationTypeEl tipo de destino explícito.
valoresconst System::ArrayPtr<double>&Arreglo de valores double.

ReturnValue

El objeto de destino explícito.

Ver también