Aspose::Pdf::Facades::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)
ParameterTypeDescription
rectSystem::Drawing::RectangleThe rectangle for active click.
originalPageint32_tThe number of original page where rectangle bound with link will be created.
colorSystem::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.

Remarks

///

See Also