Aspose::Pdf::Facades::PdfContentEditor::CreateWebLink método

PdfContentEditor::CreateWebLink(System::Drawing::Rectangle, const System::String&, int32_t) method

Crea un enlace web en el documento PDF.

void Aspose::Pdf::Facades::PdfContentEditor::CreateWebLink(System::Drawing::Rectangle rect, const System::String &url, int32_t originalPage)
ParámetroTipoDescripción
rectSystem::Drawing::RectangleEl rectángulo para clic activo.
urlconst System::String&El destino del enlace web.
originalPageint32_tEl número de página original donde se creará el rectángulo vinculado al enlace web.

Ver también

PdfContentEditor::CreateWebLink(System::Drawing::Rectangle, const System::String&, int32_t, System::Drawing::Color) method

Crea un enlace web en el documento PDF.

void Aspose::Pdf::Facades::PdfContentEditor::CreateWebLink(System::Drawing::Rectangle rect, const System::String &url, int32_t originalPage, System::Drawing::Color clr)
ParámetroTipoDescripción
rectSystem::Drawing::RectangleEl rectángulo para clic activo.
urlconst System::String&El destino del enlace web.
originalPageint32_tEl número de página original donde se creará el rectángulo vinculado al enlace web.
clrSystem::Drawing::ColorEl color del rectángulo para clic activo.

Ver también

PdfContentEditor::CreateWebLink(System::Drawing::Rectangle, const System::String&, int32_t, System::Drawing::Color, const System::ArrayPtr<System::SharedPtr<System::BoxedValueBase>>&) method

Crea un enlace web en el documento PDF.

void Aspose::Pdf::Facades::PdfContentEditor::CreateWebLink(System::Drawing::Rectangle rect, const System::String &url, int32_t originalPage, System::Drawing::Color clr, const System::ArrayPtr<System::SharedPtr<System::BoxedValueBase>> &actionName)
ParámetroTipoDescripción
rectSystem::Drawing::RectangleEl rectángulo para clic activo.
urlconst System::String&El destino del enlace web.
originalPageint32_tEl número de página original en la que se creará el rectángulo vinculado al enlace web.
clrSystem::Drawing::ColorEl color del rectángulo para clic activo.
actionNameconst System::ArrayPtr<System::SharedPtr<System::BoxedValueBase>>&La matriz de acciones (miembros del enum PredefinedAction) correspondiente a la ejecución de elementos del menú en el visor Acrobat.

Ver también