Aspose::Pdf::Facades::PdfContentEditor::CreateCustomActionLink method
PdfContentEditor::CreateCustomActionLink method
Creates a link to custom actions in PDF document.
void Aspose::Pdf::Facades::PdfContentEditor::CreateCustomActionLink(System::Drawing::Rectangle rect, int32_t originalPage, System::Drawing::Color color, System::ArrayPtr<System::SharedPtr<System::BoxedValueBase>> actionName)
Parameter | Type | Description |
---|---|---|
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. |
actionName | System::ArrayPtr<System::SharedPtr<System::BoxedValueBase>> | The array of actions (members of PredefinedAction enum) corresponding to executing menu items in Acrobat viewer. |
Remarks
///
See Also
- Class Rectangle
- Class Color
- Typedef ArrayPtr
- Typedef SharedPtr
- Class BoxedValueBase
- Class PdfContentEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++