Aspose::Pdf::Facades::PdfContentEditor::CreateJavaScriptLink method
PdfContentEditor::CreateJavaScriptLink method
Creates a link to JavaScript in PDF document.
void Aspose::Pdf::Facades::PdfContentEditor::CreateJavaScriptLink(const System::String &code, System::Drawing::Rectangle rect, int32_t originalPage, System::Drawing::Color color)
| Parameter | Type | Description |
|---|---|---|
| code | const System::String& | The JavaScript code. |
| rect | System::Drawing::Rectangle | The rectangle for active click. |
| originalPage | int32_t | The number of original page where rectangle bound with link will be created. |
| color | System::Drawing::Color | The colour of rectangle for active click. |
See Also
- Class String
- Class Rectangle
- Class Color
- Class PdfContentEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++