Aspose::Pdf::Facades::PdfContentEditor::CreateWebLink method

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

Creates a web link in PDF document.

void Aspose::Pdf::Facades::PdfContentEditor::CreateWebLink(System::Drawing::Rectangle rect, System::String url, int32_t originalPage)
ParameterTypeDescription
rectSystem::Drawing::RectangleThe rectangle for active click.
urlSystem::StringThe web link destination.
originalPageint32_tThe number of original page where rectangle bound with web link will be created.

See Also

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

Creates a web link in PDF document.

void Aspose::Pdf::Facades::PdfContentEditor::CreateWebLink(System::Drawing::Rectangle rect, System::String url, int32_t originalPage, System::Drawing::Color clr)
ParameterTypeDescription
rectSystem::Drawing::RectangleThe rectangle for active click.
urlSystem::StringThe web link destination.
originalPageint32_tThe number of original page where rectangle bound with web link will be created.
clrSystem::Drawing::ColorThe colour of rectangle for active click.

See Also

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

Creates a web link in PDF document.

void Aspose::Pdf::Facades::PdfContentEditor::CreateWebLink(System::Drawing::Rectangle rect, System::String url, int32_t originalPage, System::Drawing::Color clr, System::ArrayPtr<System::SharedPtr<System::BoxedValueBase>> actionName)
ParameterTypeDescription
rectSystem::Drawing::RectangleThe rectangle for active click.
urlSystem::StringThe web link destination.
originalPageint32_tThe number of original page on which rectangle bound with web link will be created.
clrSystem::Drawing::ColorThe colour of rectangle for active click.
actionNameSystem::ArrayPtr<System::SharedPtr<System::BoxedValueBase>>The array of actions (members of PredefinedAction enum) corresponding to executing menu items in Acrobat viewer.

See Also