Aspose::Pdf::Facades::PdfContentEditor::CreateApplicationLink method

PdfContentEditor::CreateApplicationLink(System::Drawing::Rectangle, const System::String&, int32_t) method

Creates a link to launch an application in PDF document.

void Aspose::Pdf::Facades::PdfContentEditor::CreateApplicationLink(System::Drawing::Rectangle rect, const System::String &application, int32_t page)
ParameterTypeDescription
rectSystem::Drawing::RectangleThe rectangle for active click.
applicationconst System::String&The path of application to be launched.
pageint32_tThe number of original page where rectangle bound with link will be created.

See Also

PdfContentEditor::CreateApplicationLink(System::Drawing::Rectangle, const System::String&, int32_t, System::Drawing::Color) method

Creates a link to launch an application in PDF document.

void Aspose::Pdf::Facades::PdfContentEditor::CreateApplicationLink(System::Drawing::Rectangle rect, const System::String &application, int32_t page, System::Drawing::Color clr)
ParameterTypeDescription
rectSystem::Drawing::RectangleThe rectangle for active click.
applicationconst System::String&The path of application to be launched.
pageint32_tThe number of original page where rectangle bound with link will be created.
clrSystem::Drawing::ColorThe colour of rectangle for active click.

See Also

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

Creates a link to launch an application in PDF document.

void Aspose::Pdf::Facades::PdfContentEditor::CreateApplicationLink(System::Drawing::Rectangle rect, const System::String &application, int32_t page, System::Drawing::Color clr, const System::ArrayPtr<System::SharedPtr<System::BoxedValueBase>> &actionName)
ParameterTypeDescription
rectSystem::Drawing::RectangleThe rectangle for active click.
applicationconst System::String&The path of application to be launched.
pageint32_tThe number of original page where rectangle bound with link will be created.
clrSystem::Drawing::ColorThe colour of rectangle for active click.
actionNameconst 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