Aspose::Pdf::Facades::PdfContentEditor::CreateWebLink method
Contents
[
Hide
]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)
Parameter | Type | Description |
---|---|---|
rect | System::Drawing::Rectangle | The rectangle for active click. |
url | System::String | The web link destination. |
originalPage | int32_t | The number of original page where rectangle bound with web link will be created. |
See Also
- Class Rectangle
- Class String
- Class PdfContentEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
Parameter | Type | Description |
---|---|---|
rect | System::Drawing::Rectangle | The rectangle for active click. |
url | System::String | The web link destination. |
originalPage | int32_t | The number of original page where rectangle bound with web link will be created. |
clr | System::Drawing::Color | The colour of rectangle for active click. |
See Also
- Class Rectangle
- Class String
- Class Color
- Class PdfContentEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
Parameter | Type | Description |
---|---|---|
rect | System::Drawing::Rectangle | The rectangle for active click. |
url | System::String | The web link destination. |
originalPage | int32_t | The number of original page on which rectangle bound with web link will be created. |
clr | System::Drawing::Color | The colour of rectangle for active click. |
actionName | System::ArrayPtr<System::SharedPtr<System::BoxedValueBase>> | The array of actions (members of PredefinedAction enum) corresponding to executing menu items in Acrobat viewer. |
See Also
- Class Rectangle
- Class String
- Class Color
- Typedef ArrayPtr
- Typedef SharedPtr
- Class BoxedValueBase
- Class PdfContentEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++